Html Css Color HEX #CCA0A1 Careys Pink

📋 copy color: '#CCA0A1'

red 204 ◦ green 160 ◦ blue 161

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

Shades of Careys Pink #CCA0A1

Tints of Careys Pink #CCA0A1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.48%

 BLUE value IS 161 (63.28% from 255) = 30.67%

R = 38.86%
G = 30.48%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CCA0A1 (or 0xCCA0A1) is known color: Careys Pink. HEX triplet: CC, A0 and A1. RGB value is (204,160,161). Sum of RGB (Red+Green+Blue) = 204+160+161=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0A1 is #335F5E. Grayscale: #ADADAD. Windows color (decimal): -3366751 or 10592460. OLE color: 10592460.

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

Color convert

RGB 204 160 161 -
CMYK 0 0.22 0.21 0.2
HSL 358.64º 0.3% 0.71% -
HSV(B) 358.64º 0.22% 0.8% -
XYZ 43.91 40.55 39.23 -
YUV 173.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 204 160 161 0 0.22 0.21 0.2 358.64 0.3 0.71
Hex CC A0 A1 0 16 15 14 167 1E 47
Octal 314 240 241 0 26 25 24 547 36 107
Binary 11001100 10100000 10100001 0 10110 10101 10100 101100111 11110 1000111

Color Harmonies of #CCA0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0A1

Black with #CCA0A1

Text Example


Text Example

White with #CCA0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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