Html Css Color HEX #CEBF71 Chenin

📋 copy color: '#CEBF71'

red 206 ◦ green 191 ◦ blue 113

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

Shades of Chenin #CEBF71

Tints of Chenin #CEBF71

RGB

 RED value IS 206 (80.86% from 255) = 40.39%

 GREEN value IS 191 (75% from 255) = 37.45%

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

R = 40.39%
G = 37.45%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEBF71 (or 0xCEBF71) is known color: Chenin. HEX triplet: CE, BF and 71. RGB value is (206,191,113). Sum of RGB (Red+Green+Blue) = 206+191+113=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF71 is #31408E. Grayscale: #BABABA. Windows color (decimal): -3227791 or 7454670. OLE color: 7454670.

HSL color Cylindrical-coordinate representation of color #CEBF71: hue angle of 50.32º 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 #CEBF71 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 113 -
CMYK 0 0.07 0.45 0.19
HSL 50.32º 0.49% 0.63% -
HSV(B) 50.32º 0.45% 0.81% -
XYZ 47.07 51.58 23.1 -
YUV 186.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 206 191 113 0 0.07 0.45 0.19 50.32 0.49 0.63
Hex CE BF 71 0 7 2D 13 32 31 3F
Octal 316 277 161 0 7 55 23 62 61 77
Binary 11001110 10111111 1110001 0 111 101101 10011 110010 110001 111111

Color Harmonies of #CEBF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF71

Black with #CEBF71

Text Example


Text Example

White with #CEBF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF71; }

 p { color: rgb(206,191,113); }

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

background-color css

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

 a { background-color: rgb(206,191,113); }

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

border-color css

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

 span { border-color: rgb(206,191,113); }

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