Html Css Color HEX #CEB083 Calico

📋 copy color: '#CEB083'

red 206 ◦ green 176 ◦ blue 131

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

Shades of Calico #CEB083

Tints of Calico #CEB083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.54%

R = 40.16%
G = 34.31%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEB083 (or 0xCEB083) is known color: Calico. HEX triplet: CE, B0 and 83. RGB value is (206,176,131). Sum of RGB (Red+Green+Blue) = 206+176+131=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEB083 is #314F7C. Grayscale: #B4B4B4. Windows color (decimal): -3231613 or 8630478. OLE color: 8630478.

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

Color convert

RGB 206 176 131 -
CMYK 0 0.15 0.36 0.19
HSL 36º 0.43% 0.66% -
HSV(B) 36º 0.36% 0.81% -
XYZ 45.08 45.81 27.94 -
YUV 179.84 100.44 146.66 -
System Red Green Blue C M Y K H S L
Decimal 206 176 131 0 0.15 0.36 0.19 36 0.43 0.66
Hex CE B0 83 0 F 24 13 24 2B 42
Octal 316 260 203 0 17 44 23 44 53 102
Binary 11001110 10110000 10000011 0 1111 100100 10011 100100 101011 1000010

Color Harmonies of #CEB083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB083

Black with #CEB083

Text Example


Text Example

White with #CEB083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB083; }

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

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

background-color css

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

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

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

border-color css

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

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

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