Html Css Color HEX #CEB081 Calico

📋 copy color: '#CEB081'

red 206 ◦ green 176 ◦ blue 129

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

Shades of Calico #CEB081

Tints of Calico #CEB081

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.44%

 BLUE value IS 129 (50.78% from 255) = 25.24%

R = 40.31%
G = 34.44%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEB081 (or 0xCEB081) is known color: Calico. HEX triplet: CE, B0 and 81. RGB value is (206,176,129). Sum of RGB (Red+Green+Blue) = 206+176+129=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 129 (50.78% from 255 or 25.24% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB081 is #314F7E. Grayscale: #B3B3B3. Windows color (decimal): -3231615 or 8499406. OLE color: 8499406.

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

Color convert

RGB 206 176 129 -
CMYK 0 0.15 0.37 0.19
HSL 36.62º 0.44% 0.66% -
HSV(B) 36.62º 0.37% 0.81% -
XYZ 44.94 45.76 27.23 -
YUV 179.61 99.44 146.82 -
System Red Green Blue C M Y K H S L
Decimal 206 176 129 0 0.15 0.37 0.19 36.62 0.44 0.66
Hex CE B0 81 0 F 25 13 25 2C 42
Octal 316 260 201 0 17 45 23 45 54 102
Binary 11001110 10110000 10000001 0 1111 100101 10011 100101 101100 1000010

Color Harmonies of #CEB081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB081

Black with #CEB081

Text Example


Text Example

White with #CEB081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB081; }

 p { color: rgb(206,176,129); }

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

background-color css

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

 a { background-color: rgb(206,176,129); }

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

border-color css

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

 span { border-color: rgb(206,176,129); }

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