Html Css Color HEX #CEBD71 Chenin

📋 copy color: '#CEBD71'

red 206 ◦ green 189 ◦ blue 113

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

Shades of Chenin #CEBD71

Tints of Chenin #CEBD71

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.2%

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

R = 40.55%
G = 37.2%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEBD71 (or 0xCEBD71) is known color: Chenin. HEX triplet: CE, BD and 71. RGB value is (206,189,113). Sum of RGB (Red+Green+Blue) = 206+189+113=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD71 is #31428E. Grayscale: #B9B9B9. Windows color (decimal): -3228303 or 7454158. OLE color: 7454158.

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

Color convert

RGB 206 189 113 -
CMYK 0 0.08 0.45 0.19
HSL 49.03º 0.49% 0.63% -
HSV(B) 49.03º 0.45% 0.81% -
XYZ 46.63 50.71 22.95 -
YUV 185.42 87.13 142.68 -
System Red Green Blue C M Y K H S L
Decimal 206 189 113 0 0.08 0.45 0.19 49.03 0.49 0.63
Hex CE BD 71 0 8 2D 13 31 31 3F
Octal 316 275 161 0 10 55 23 61 61 77
Binary 11001110 10111101 1110001 0 1000 101101 10011 110001 110001 111111

Color Harmonies of #CEBD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBD71

Black with #CEBD71

Text Example


Text Example

White with #CEBD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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