Html Css Color HEX #C9AD85 Calico

📋 copy color: '#C9AD85'

red 201 ◦ green 173 ◦ blue 133

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

Shades of Calico #C9AD85

Tints of Calico #C9AD85

RGB

 RED value IS 201 (78.91% from 255) = 39.64%

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

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 39.64%
G = 34.12%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C9AD85 (or 0xC9AD85) is known color: Calico. HEX triplet: C9, AD and 85. RGB value is (201,173,133). Sum of RGB (Red+Green+Blue) = 201+173+133=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AD85 is #36527A. Grayscale: #B1B1B1. Windows color (decimal): -3560059 or 8760777. OLE color: 8760777.

HSL color Cylindrical-coordinate representation of color #C9AD85: hue angle of 35.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9AD85 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 173 133 -
CMYK 0 0.14 0.34 0.21
HSL 35.29º 0.39% 0.65% -
HSV(B) 35.29º 0.34% 0.79% -
XYZ 43.26 44 28.4 -
YUV 176.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 201 173 133 0 0.14 0.34 0.21 35.29 0.39 0.65
Hex C9 AD 85 0 E 22 15 23 27 41
Octal 311 255 205 0 16 42 25 43 47 101
Binary 11001001 10101101 10000101 0 1110 100010 10101 100011 100111 1000001

Color Harmonies of #C9AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AD85

Black with #C9AD85

Text Example


Text Example

White with #C9AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AD85; }

 p { color: rgb(201,173,133); }

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

background-color css

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

 a { background-color: rgb(201,173,133); }

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

border-color css

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

 span { border-color: rgb(201,173,133); }

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