Html Css Color HEX #CFB859 Tacha

📋 copy color: '#CFB859'

red 207 ◦ green 184 ◦ blue 89

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

Shades of Tacha #CFB859

Tints of Tacha #CFB859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.33%

 BLUE value IS 89 (35.16% from 255) = 18.54%

R = 43.13%
G = 38.33%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFB859 (or 0xCFB859) is known color: Tacha. HEX triplet: CF, B8 and 59. RGB value is (207,184,89). Sum of RGB (Red+Green+Blue) = 207+184+89=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 184 (72.27% from 255 or 38.33% from 480); Blue value is 89 (35.16% from 255 or 18.54% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB859 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB859 is #3047A6. Grayscale: #B4B4B4. Windows color (decimal): -3164071 or 5880015. OLE color: 5880015.

HSL color Cylindrical-coordinate representation of color #CFB859: hue angle of 48.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFB859 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 184 89 -
CMYK 0 0.11 0.57 0.19
HSL 48.31º 0.55% 0.58% -
HSV(B) 48.31º 0.57% 0.81% -
XYZ 44.68 48.27 16.41 -
YUV 180.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 207 184 89 0 0.11 0.57 0.19 48.31 0.55 0.58
Hex CF B8 59 0 B 39 13 30 37 3A
Octal 317 270 131 0 13 71 23 60 67 72
Binary 11001111 10111000 1011001 0 1011 111001 10011 110000 110111 111010

Color Harmonies of #CFB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB859

Black with #CFB859

Text Example


Text Example

White with #CFB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB859; }

 p { color: rgb(207,184,89); }

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

background-color css

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

 a { background-color: rgb(207,184,89); }

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

border-color css

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

 span { border-color: rgb(207,184,89); }

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