Html Css Color HEX #CEB381 Calico

📋 copy color: '#CEB381'

red 206 ◦ green 179 ◦ blue 129

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

Shades of Calico #CEB381

Tints of Calico #CEB381

RGB

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

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

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

R = 40.08%
G = 34.82%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#CEB381 (or 0xCEB381) is known color: Calico. HEX triplet: CE, B3 and 81. RGB value is (206,179,129). Sum of RGB (Red+Green+Blue) = 206+179+129=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB381 is #314C7E. Grayscale: #B5B5B5. Windows color (decimal): -3230847 or 8500174. OLE color: 8500174.

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

Color convert

RGB 206 179 129 -
CMYK 0 0.13 0.37 0.19
HSL 38.96º 0.44% 0.66% -
HSV(B) 38.96º 0.37% 0.81% -
XYZ 45.54 46.95 27.43 -
YUV 181.37 98.45 145.57 -
System Red Green Blue C M Y K H S L
Decimal 206 179 129 0 0.13 0.37 0.19 38.96 0.44 0.66
Hex CE B3 81 0 D 25 13 27 2C 42
Octal 316 263 201 0 15 45 23 47 54 102
Binary 11001110 10110011 10000001 0 1101 100101 10011 100111 101100 1000010

Color Harmonies of #CEB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB381

Black with #CEB381

Text Example


Text Example

White with #CEB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB381; }

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

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

background-color css

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

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

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

border-color css

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

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

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