Html Css Color HEX #CCA2AB Careys Pink

📋 copy color: '#CCA2AB'

red 204 ◦ green 162 ◦ blue 171

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

Shades of Careys Pink #CCA2AB

Tints of Careys Pink #CCA2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.17%

 BLUE value IS 171 (67.19% from 255) = 31.84%

R = 37.99%
G = 30.17%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCA2AB (or 0xCCA2AB) is known color: Careys Pink. HEX triplet: CC, A2 and AB. RGB value is (204,162,171). Sum of RGB (Red+Green+Blue) = 204+162+171=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 171 (67.19% from 255 or 31.84% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AB is #335D54. Grayscale: #AFAFAF. Windows color (decimal): -3366229 or 11248332. OLE color: 11248332.

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

Color convert

RGB 204 162 171 -
CMYK 0 0.21 0.16 0.2
HSL 347.14º 0.29% 0.72% -
HSV(B) 347.14º 0.21% 0.8% -
XYZ 45.17 41.62 44.18 -
YUV 175.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 204 162 171 0 0.21 0.16 0.2 347.14 0.29 0.72
Hex CC A2 AB 0 15 10 14 15B 1D 48
Octal 314 242 253 0 25 20 24 533 35 110
Binary 11001100 10100010 10101011 0 10101 10000 10100 101011011 11101 1001000

Color Harmonies of #CCA2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2AB

Black with #CCA2AB

Text Example


Text Example

White with #CCA2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2AB; }

 p { color: rgb(204,162,171); }

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

background-color css

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

 a { background-color: rgb(204,162,171); }

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

border-color css

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

 span { border-color: rgb(204,162,171); }

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