Html Css Color HEX #CFBC71 Chenin

📋 copy color: '#CFBC71'

red 207 ◦ green 188 ◦ blue 113

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

Shades of Chenin #CFBC71

Tints of Chenin #CFBC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 40.75%
G = 37.01%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFBC71 (or 0xCFBC71) is known color: Chenin. HEX triplet: CF, BC and 71. RGB value is (207,188,113). Sum of RGB (Red+Green+Blue) = 207+188+113=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC71 is #30438E. Grayscale: #B9B9B9. Windows color (decimal): -3163023 or 7453903. OLE color: 7453903.

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

Color convert

RGB 207 188 113 -
CMYK 0 0.09 0.45 0.19
HSL 47.87º 0.49% 0.63% -
HSV(B) 47.87º 0.45% 0.81% -
XYZ 46.7 50.42 22.89 -
YUV 185.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 207 188 113 0 0.09 0.45 0.19 47.87 0.49 0.63
Hex CF BC 71 0 9 2D 13 30 31 3F
Octal 317 274 161 0 11 55 23 60 61 77
Binary 11001111 10111100 1110001 0 1001 101101 10011 110000 110001 111111

Color Harmonies of #CFBC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBC71

Black with #CFBC71

Text Example


Text Example

White with #CFBC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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