Html Css Color HEX #CCA1A5 Careys Pink

📋 copy color: '#CCA1A5'

red 204 ◦ green 161 ◦ blue 165

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

Shades of Careys Pink #CCA1A5

Tints of Careys Pink #CCA1A5

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.38%

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

R = 38.49%
G = 30.38%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCA1A5 (or 0xCCA1A5) is known color: Careys Pink. HEX triplet: CC, A1 and A5. RGB value is (204,161,165). Sum of RGB (Red+Green+Blue) = 204+161+165=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1A5 is #335E5A. Grayscale: #AEAEAE. Windows color (decimal): -3366491 or 10854860. OLE color: 10854860.

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

Color convert

RGB 204 161 165 -
CMYK 0 0.21 0.19 0.2
HSL 354.42º 0.3% 0.72% -
HSV(B) 354.42º 0.21% 0.8% -
XYZ 44.44 41.04 41.18 -
YUV 174.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 204 161 165 0 0.21 0.19 0.2 354.42 0.3 0.72
Hex CC A1 A5 0 15 13 14 162 1E 48
Octal 314 241 245 0 25 23 24 542 36 110
Binary 11001100 10100001 10100101 0 10101 10011 10100 101100010 11110 1001000

Color Harmonies of #CCA1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1A5

Black with #CCA1A5

Text Example


Text Example

White with #CCA1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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