Html Css Color HEX #CFBC73 Chenin

📋 copy color: '#CFBC73'

red 207 ◦ green 188 ◦ blue 115

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

Shades of Chenin #CFBC73

Tints of Chenin #CFBC73

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 40.59%
G = 36.86%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFBC73 (or 0xCFBC73) is known color: Chenin. HEX triplet: CF, BC and 73. RGB value is (207,188,115). Sum of RGB (Red+Green+Blue) = 207+188+115=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC73 is #30438C. Grayscale: #B9B9B9. Windows color (decimal): -3163021 or 7584975. OLE color: 7584975.

HSL color Cylindrical-coordinate representation of color #CFBC73: hue angle of 47.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFBC73 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 115 -
CMYK 0 0.09 0.44 0.19
HSL 47.61º 0.49% 0.63% -
HSV(B) 47.61º 0.44% 0.81% -
XYZ 46.81 50.47 23.49 -
YUV 185.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 207 188 115 0 0.09 0.44 0.19 47.61 0.49 0.63
Hex CF BC 73 0 9 2C 13 30 31 3F
Octal 317 274 163 0 11 54 23 60 61 77
Binary 11001111 10111100 1110011 0 1001 101100 10011 110000 110001 111111

Color Harmonies of #CFBC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC73

Black with #CFBC73

Text Example


Text Example

White with #CFBC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC73; }

 p { color: rgb(207,188,115); }

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

background-color css

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

 a { background-color: rgb(207,188,115); }

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

border-color css

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

 span { border-color: rgb(207,188,115); }

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