Html Css Color HEX #CCB080 Calico

📋 copy color: '#CCB080'

red 204 ◦ green 176 ◦ blue 128

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

Shades of Calico #CCB080

Tints of Calico #CCB080

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 40.16%
G = 34.65%
B = 25.2%

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

#CCB080 (or 0xCCB080) is known color: Calico. HEX triplet: CC, B0 and 80. RGB value is (204,176,128). Sum of RGB (Red+Green+Blue) = 204+176+128=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB080 is #334F7F. Grayscale: #B3B3B3. Windows color (decimal): -3362688 or 8433868. OLE color: 8433868.

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

Color convert

RGB 204 176 128 -
CMYK 0 0.14 0.37 0.2
HSL 37.89º 0.43% 0.65% -
HSV(B) 37.89º 0.37% 0.8% -
XYZ 44.32 45.45 26.86 -
YUV 178.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 204 176 128 0 0.14 0.37 0.2 37.89 0.43 0.65
Hex CC B0 80 0 E 25 14 26 2B 41
Octal 314 260 200 0 16 45 24 46 53 101
Binary 11001100 10110000 10000000 0 1110 100101 10100 100110 101011 1000001

Color Harmonies of #CCB080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB080

Black with #CCB080

Text Example


Text Example

White with #CCB080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB080; }

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

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

background-color css

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

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

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

border-color css

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

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

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