Html Css Color HEX #CEB080 Calico

📋 copy color: '#CEB080'

red 206 ◦ green 176 ◦ blue 128

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

Shades of Calico #CEB080

Tints of Calico #CEB080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 40.39%
G = 34.51%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB080 (or 0xCEB080) is known color: Calico. HEX triplet: CE, B0 and 80. RGB value is (206,176,128). Sum of RGB (Red+Green+Blue) = 206+176+128=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB080 is #314F7F. Grayscale: #B3B3B3. Windows color (decimal): -3231616 or 8433870. OLE color: 8433870.

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

Color convert

RGB 206 176 128 -
CMYK 0 0.15 0.38 0.19
HSL 36.92º 0.44% 0.65% -
HSV(B) 36.92º 0.38% 0.81% -
XYZ 44.88 45.73 26.88 -
YUV 179.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 206 176 128 0 0.15 0.38 0.19 36.92 0.44 0.65
Hex CE B0 80 0 F 26 13 25 2C 41
Octal 316 260 200 0 17 46 23 45 54 101
Binary 11001110 10110000 10000000 0 1111 100110 10011 100101 101100 1000001

Color Harmonies of #CEB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB080

Black with #CEB080

Text Example


Text Example

White with #CEB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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