Html Css Color HEX #C9AC85 Calico

📋 copy color: '#C9AC85'

red 201 ◦ green 172 ◦ blue 133

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

Shades of Calico #C9AC85

Tints of Calico #C9AC85

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

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

R = 39.72%
G = 33.99%
B = 26.28%

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

#C9AC85 (or 0xC9AC85) is known color: Calico. HEX triplet: C9, AC and 85. RGB value is (201,172,133). Sum of RGB (Red+Green+Blue) = 201+172+133=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AC85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AC85 is #36537A. Grayscale: #B0B0B0. Windows color (decimal): -3560315 or 8760521. OLE color: 8760521.

HSL color Cylindrical-coordinate representation of color #C9AC85: hue angle of 34.41º 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 #C9AC85 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 172 133 -
CMYK 0 0.14 0.34 0.21
HSL 34.41º 0.39% 0.65% -
HSV(B) 34.41º 0.34% 0.79% -
XYZ 43.07 43.62 28.34 -
YUV 176.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 201 172 133 0 0.14 0.34 0.21 34.41 0.39 0.65
Hex C9 AC 85 0 E 22 15 22 27 41
Octal 311 254 205 0 16 42 25 42 47 101
Binary 11001001 10101100 10000101 0 1110 100010 10101 100010 100111 1000001

Color Harmonies of #C9AC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AC85

Black with #C9AC85

Text Example


Text Example

White with #C9AC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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