Html Css Color HEX #CCAD85 Calico

📋 copy color: '#CCAD85'

red 204 ◦ green 173 ◦ blue 133

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

Shades of Calico #CCAD85

Tints of Calico #CCAD85

RGB

 RED value IS 204 (80.08% from 255) = 40%

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

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

R = 40%
G = 33.92%
B = 26.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCAD85 (or 0xCCAD85) is known color: Calico. HEX triplet: CC, AD and 85. RGB value is (204,173,133). Sum of RGB (Red+Green+Blue) = 204+173+133=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAD85 is #33527A. Grayscale: #B1B1B1. Windows color (decimal): -3363451 or 8760780. OLE color: 8760780.

HSL color Cylindrical-coordinate representation of color #CCAD85: hue angle of 33.8º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCAD85 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 173 133 -
CMYK 0 0.15 0.35 0.2
HSL 33.8º 0.41% 0.66% -
HSV(B) 33.8º 0.35% 0.8% -
XYZ 44.08 44.42 28.44 -
YUV 177.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 204 173 133 0 0.15 0.35 0.2 33.8 0.41 0.66
Hex CC AD 85 0 F 23 14 22 29 42
Octal 314 255 205 0 17 43 24 42 51 102
Binary 11001100 10101101 10000101 0 1111 100011 10100 100010 101001 1000010

Color Harmonies of #CCAD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD85

Black with #CCAD85

Text Example


Text Example

White with #CCAD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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