Html Css Color HEX #CCB0A0 Cashmere

📋 copy color: '#CCB0A0'

red 204 ◦ green 176 ◦ blue 160

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

Shades of Cashmere #CCB0A0

Tints of Cashmere #CCB0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.63%

R = 37.78%
G = 32.59%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB0A0 (or 0xCCB0A0) is known color: Cashmere. HEX triplet: CC, B0 and A0. RGB value is (204,176,160). Sum of RGB (Red+Green+Blue) = 204+176+160=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0A0 is #334F5F. Grayscale: #B6B6B6. Windows color (decimal): -3362656 or 10531020. OLE color: 10531020.

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

Color convert

RGB 204 176 160 -
CMYK 0 0.14 0.22 0.2
HSL 21.82º 0.3% 0.71% -
HSV(B) 21.82º 0.22% 0.8% -
XYZ 46.77 46.43 39.75 -
YUV 182.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 204 176 160 0 0.14 0.22 0.2 21.82 0.3 0.71
Hex CC B0 A0 0 E 16 14 16 1E 47
Octal 314 260 240 0 16 26 24 26 36 107
Binary 11001100 10110000 10100000 0 1110 10110 10100 10110 11110 1000111

Color Harmonies of #CCB0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB0A0

Black with #CCB0A0

Text Example


Text Example

White with #CCB0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB0A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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