Html Css Color HEX #CCAF80 Calico

📋 copy color: '#CCAF80'

red 204 ◦ green 175 ◦ blue 128

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

Shades of Calico #CCAF80

Tints of Calico #CCAF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.52%

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 40.24%
G = 34.52%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCAF80 (or 0xCCAF80) is known color: Calico. HEX triplet: CC, AF and 80. RGB value is (204,175,128). Sum of RGB (Red+Green+Blue) = 204+175+128=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAF80 is #33507F. Grayscale: #B2B2B2. Windows color (decimal): -3362944 or 8433612. OLE color: 8433612.

HSL color Cylindrical-coordinate representation of color #CCAF80: hue angle of 37.11º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCAF80 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 128 -
CMYK 0 0.14 0.37 0.2
HSL 37.11º 0.43% 0.65% -
HSV(B) 37.11º 0.37% 0.8% -
XYZ 44.13 45.06 26.79 -
YUV 178.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 204 175 128 0 0.14 0.37 0.2 37.11 0.43 0.65
Hex CC AF 80 0 E 25 14 25 2B 41
Octal 314 257 200 0 16 45 24 45 53 101
Binary 11001100 10101111 10000000 0 1110 100101 10100 100101 101011 1000001

Color Harmonies of #CCAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF80

Black with #CCAF80

Text Example


Text Example

White with #CCAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF80; }

 p { color: rgb(204,175,128); }

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

background-color css

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

 a { background-color: rgb(204,175,128); }

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

border-color css

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

 span { border-color: rgb(204,175,128); }

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