Html Css Color HEX #CEB37F Calico

📋 copy color: '#CEB37F'

red 206 ◦ green 179 ◦ blue 127

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

Shades of Calico #CEB37F

Tints of Calico #CEB37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.8%

R = 40.23%
G = 34.96%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEB37F (or 0xCEB37F) is known color: Calico. HEX triplet: CE, B3 and 7F. RGB value is (206,179,127). Sum of RGB (Red+Green+Blue) = 206+179+127=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB37F is #314C80. Grayscale: #B5B5B5. Windows color (decimal): -3230849 or 8369102. OLE color: 8369102.

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

Color convert

RGB 206 179 127 -
CMYK 0 0.13 0.38 0.19
HSL 39.49º 0.45% 0.65% -
HSV(B) 39.49º 0.38% 0.81% -
XYZ 45.4 46.89 26.74 -
YUV 181.15 97.45 145.73 -
System Red Green Blue C M Y K H S L
Decimal 206 179 127 0 0.13 0.38 0.19 39.49 0.45 0.65
Hex CE B3 7F 0 D 26 13 27 2D 41
Octal 316 263 177 0 15 46 23 47 55 101
Binary 11001110 10110011 1111111 0 1101 100110 10011 100111 101101 1000001

Color Harmonies of #CEB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB37F

Black with #CEB37F

Text Example


Text Example

White with #CEB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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