Html Css Color HEX #CFB05F Tacha

📋 copy color: '#CFB05F'

red 207 ◦ green 176 ◦ blue 95

#CFB05F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #CFB05F

Tints of Tacha #CFB05F

RGB

 RED value IS 207 (81.25% from 255) = 43.31%

 GREEN value IS 176 (69.14% from 255) = 36.82%

 BLUE value IS 95 (37.5% from 255) = 19.87%

R = 43.31%
G = 36.82%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.54

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFB05F (or 0xCFB05F) is known color: Tacha. HEX triplet: CF, B0 and 5F. RGB value is (207,176,95). Sum of RGB (Red+Green+Blue) = 207+176+95=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB05F is #304FA0. Grayscale: #B0B0B0. Windows color (decimal): -3166113 or 6271183. OLE color: 6271183.

HSL color Cylindrical-coordinate representation of color #CFB05F: hue angle of 43.39º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB05F is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 95 -
CMYK 0 0.15 0.54 0.19
HSL 43.39º 0.54% 0.59% -
HSV(B) 43.39º 0.54% 0.81% -
XYZ 43.32 45.14 17.26 -
YUV 176.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 207 176 95 0 0.15 0.54 0.19 43.39 0.54 0.59
Hex CF B0 5F 0 F 36 13 2B 36 3B
Octal 317 260 137 0 17 66 23 53 66 73
Binary 11001111 10110000 1011111 0 1111 110110 10011 101011 110110 111011

Color Harmonies of #CFB05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB05F

Black with #CFB05F

Text Example


Text Example

White with #CFB05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB05F; }

 p { color: rgb(207,176,95); }

 H1.HeaderClassName
 {
   color: #CFB05F;
 }
 .AnyTagClassName
 {
   color: #CFB05F;
 }
</style>

background-color css

<style>
 a { background-color: #CFB05F; }

 a { background-color: rgb(207,176,95); }

 div.DivClassName
 {
   background-color: #CFB05F;
 }
 .BgClassName
 {
   background-color: #CFB05F;
 }
</style>

border-color css

<style>
 span { border-color: #CFB05F; }

 span { border-color: rgb(207,176,95); }

 td.TdClassName
 {
   border-color: #CFB05F;
 }
 .TagClassName
 {
   border-color: #CFB05F;
 }
</style>