Html Css Color HEX #CEAD89 Calico

📋 copy color: '#CEAD89'

red 206 ◦ green 173 ◦ blue 137

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

Shades of Calico #CEAD89

Tints of Calico #CEAD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

 BLUE value IS 137 (53.91% from 255) = 26.55%

R = 39.92%
G = 33.53%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CEAD89 (or 0xCEAD89) is known color: Calico. HEX triplet: CE, AD and 89. RGB value is (206,173,137). Sum of RGB (Red+Green+Blue) = 206+173+137=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 137 (53.91% from 255 or 26.55% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAD89 is #315276. Grayscale: #B2B2B2. Windows color (decimal): -3232375 or 9022926. OLE color: 9022926.

HSL color Cylindrical-coordinate representation of color #CEAD89: hue angle of 31.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEAD89 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 173 137 -
CMYK 0 0.16 0.33 0.19
HSL 31.3º 0.41% 0.67% -
HSV(B) 31.3º 0.33% 0.81% -
XYZ 44.91 44.82 29.95 -
YUV 178.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 206 173 137 0 0.16 0.33 0.19 31.3 0.41 0.67
Hex CE AD 89 0 10 21 13 1F 29 43
Octal 316 255 211 0 20 41 23 37 51 103
Binary 11001110 10101101 10001001 0 10000 100001 10011 11111 101001 1000011

Color Harmonies of #CEAD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD89

Black with #CEAD89

Text Example


Text Example

White with #CEAD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD89; }

 p { color: rgb(206,173,137); }

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

background-color css

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

 a { background-color: rgb(206,173,137); }

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

border-color css

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

 span { border-color: rgb(206,173,137); }

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