Html Css Color HEX #CCA0A5 Careys Pink

📋 copy color: '#CCA0A5'

red 204 ◦ green 160 ◦ blue 165

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

Shades of Careys Pink #CCA0A5

Tints of Careys Pink #CCA0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.19%

R = 38.56%
G = 30.25%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCA0A5 (or 0xCCA0A5) is known color: Careys Pink. HEX triplet: CC, A0 and A5. RGB value is (204,160,165). Sum of RGB (Red+Green+Blue) = 204+160+165=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0A5 is #335F5A. Grayscale: #ADADAD. Windows color (decimal): -3366747 or 10854604. OLE color: 10854604.

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

Color convert

RGB 204 160 165 -
CMYK 0 0.22 0.19 0.2
HSL 353.18º 0.3% 0.71% -
HSV(B) 353.18º 0.22% 0.8% -
XYZ 44.26 40.7 41.12 -
YUV 173.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 204 160 165 0 0.22 0.19 0.2 353.18 0.3 0.71
Hex CC A0 A5 0 16 13 14 161 1E 47
Octal 314 240 245 0 26 23 24 541 36 107
Binary 11001100 10100000 10100101 0 10110 10011 10100 101100001 11110 1000111

Color Harmonies of #CCA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0A5

Black with #CCA0A5

Text Example


Text Example

White with #CCA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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