Html Css Color HEX #CCAD7D Calico

📋 copy color: '#CCAD7D'

red 204 ◦ green 173 ◦ blue 125

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

Shades of Calico #CCAD7D

Tints of Calico #CCAD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.9%

R = 40.64%
G = 34.46%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCAD7D (or 0xCCAD7D) is known color: Calico. HEX triplet: CC, AD and 7D. RGB value is (204,173,125). Sum of RGB (Red+Green+Blue) = 204+173+125=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAD7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAD7D is #335282. Grayscale: #B1B1B1. Windows color (decimal): -3363459 or 8236492. OLE color: 8236492.

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

Color convert

RGB 204 173 125 -
CMYK 0 0.15 0.39 0.2
HSL 36.46º 0.44% 0.65% -
HSV(B) 36.46º 0.39% 0.8% -
XYZ 43.55 44.21 25.64 -
YUV 176.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 204 173 125 0 0.15 0.39 0.2 36.46 0.44 0.65
Hex CC AD 7D 0 F 27 14 24 2C 41
Octal 314 255 175 0 17 47 24 44 54 101
Binary 11001100 10101101 1111101 0 1111 100111 10100 100100 101100 1000001

Color Harmonies of #CCAD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAD7D

Black with #CCAD7D

Text Example


Text Example

White with #CCAD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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