Html Css Color HEX #CEB384 Calico

📋 copy color: '#CEB384'

red 206 ◦ green 179 ◦ blue 132

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

Shades of Calico #CEB384

Tints of Calico #CEB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.62%

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 39.85%
G = 34.62%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.19

RGB Variations

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

Color information

#CEB384 (or 0xCEB384) is known color: Calico. HEX triplet: CE, B3 and 84. RGB value is (206,179,132). Sum of RGB (Red+Green+Blue) = 206+179+132=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 179 (70.31% from 255 or 34.62% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB384 is #314C7B. Grayscale: #B5B5B5. Windows color (decimal): -3230844 or 8696782. OLE color: 8696782.

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

Color convert

RGB 206 179 132 -
CMYK 0 0.13 0.36 0.19
HSL 38.11º 0.43% 0.66% -
HSV(B) 38.11º 0.36% 0.81% -
XYZ 45.74 47.03 28.5 -
YUV 181.72 99.95 145.32 -
System Red Green Blue C M Y K H S L
Decimal 206 179 132 0 0.13 0.36 0.19 38.11 0.43 0.66
Hex CE B3 84 0 D 24 13 26 2B 42
Octal 316 263 204 0 15 44 23 46 53 102
Binary 11001110 10110011 10000100 0 1101 100100 10011 100110 101011 1000010

Color Harmonies of #CEB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB384

Black with #CEB384

Text Example


Text Example

White with #CEB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB384; }

 p { color: rgb(206,179,132); }

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

background-color css

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

 a { background-color: rgb(206,179,132); }

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

border-color css

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

 span { border-color: rgb(206,179,132); }

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