Html Css Color HEX #CEBF70 Chenin

📋 copy color: '#CEBF70'

red 206 ◦ green 191 ◦ blue 112

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

Shades of Chenin #CEBF70

Tints of Chenin #CEBF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22%

R = 40.47%
G = 37.52%
B = 22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEBF70 (or 0xCEBF70) is known color: Chenin. HEX triplet: CE, BF and 70. RGB value is (206,191,112). Sum of RGB (Red+Green+Blue) = 206+191+112=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF70 is #31408F. Grayscale: #BABABA. Windows color (decimal): -3227792 or 7389134. OLE color: 7389134.

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

Color convert

RGB 206 191 112 -
CMYK 0 0.07 0.46 0.19
HSL 50.43º 0.49% 0.62% -
HSV(B) 50.43º 0.46% 0.81% -
XYZ 47.01 51.55 22.8 -
YUV 186.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 206 191 112 0 0.07 0.46 0.19 50.43 0.49 0.62
Hex CE BF 70 0 7 2E 13 32 31 3E
Octal 316 277 160 0 7 56 23 62 61 76
Binary 11001110 10111111 1110000 0 111 101110 10011 110010 110001 111110

Color Harmonies of #CEBF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF70

Black with #CEBF70

Text Example


Text Example

White with #CEBF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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