Html Css Color HEX #CEAB7F Calico

📋 copy color: '#CEAB7F'

red 206 ◦ green 171 ◦ blue 127

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

Shades of Calico #CEAB7F

Tints of Calico #CEAB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 40.87%
G = 33.93%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CEAB7F (or 0xCEAB7F) is known color: Calico. HEX triplet: CE, AB and 7F. RGB value is (206,171,127). Sum of RGB (Red+Green+Blue) = 206+171+127=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB7F is #315480. Grayscale: #B0B0B0. Windows color (decimal): -3232897 or 8367054. OLE color: 8367054.

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

Color convert

RGB 206 171 127 -
CMYK 0 0.17 0.38 0.19
HSL 33.42º 0.45% 0.65% -
HSV(B) 33.42º 0.38% 0.81% -
XYZ 43.85 43.78 26.22 -
YUV 176.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 206 171 127 0 0.17 0.38 0.19 33.42 0.45 0.65
Hex CE AB 7F 0 11 26 13 21 2D 41
Octal 316 253 177 0 21 46 23 41 55 101
Binary 11001110 10101011 1111111 0 10001 100110 10011 100001 101101 1000001

Color Harmonies of #CEAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB7F

Black with #CEAB7F

Text Example


Text Example

White with #CEAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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