Html Css Color HEX #CCAE83 Calico

📋 copy color: '#CCAE83'

red 204 ◦ green 174 ◦ blue 131

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

Shades of Calico #CCAE83

Tints of Calico #CCAE83

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

 BLUE value IS 131 (51.56% from 255) = 25.74%

R = 40.08%
G = 34.18%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCAE83 (or 0xCCAE83) is known color: Calico. HEX triplet: CC, AE and 83. RGB value is (204,174,131). Sum of RGB (Red+Green+Blue) = 204+174+131=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAE83 is #33517C. Grayscale: #B2B2B2. Windows color (decimal): -3363197 or 8629964. OLE color: 8629964.

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

Color convert

RGB 204 174 131 -
CMYK 0 0.15 0.36 0.2
HSL 35.34º 0.42% 0.66% -
HSV(B) 35.34º 0.36% 0.8% -
XYZ 44.13 44.75 27.78 -
YUV 178.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 204 174 131 0 0.15 0.36 0.2 35.34 0.42 0.66
Hex CC AE 83 0 F 24 14 23 2A 42
Octal 314 256 203 0 17 44 24 43 52 102
Binary 11001100 10101110 10000011 0 1111 100100 10100 100011 101010 1000010

Color Harmonies of #CCAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE83

Black with #CCAE83

Text Example


Text Example

White with #CCAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE83; }

 p { color: rgb(204,174,131); }

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

background-color css

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

 a { background-color: rgb(204,174,131); }

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

border-color css

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

 span { border-color: rgb(204,174,131); }

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