Html Css Color HEX #CCA2AD Careys Pink

📋 copy color: '#CCA2AD'

red 204 ◦ green 162 ◦ blue 173

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

Shades of Careys Pink #CCA2AD

Tints of Careys Pink #CCA2AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.1%

R = 37.85%
G = 30.06%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CCA2AD (or 0xCCA2AD) is known color: Careys Pink. HEX triplet: CC, A2 and AD. RGB value is (204,162,173). Sum of RGB (Red+Green+Blue) = 204+162+173=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AD is #335D52. Grayscale: #AFAFAF. Windows color (decimal): -3366227 or 11379404. OLE color: 11379404.

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

Color convert

RGB 204 162 173 -
CMYK 0 0.21 0.15 0.2
HSL 344.29º 0.29% 0.72% -
HSV(B) 344.29º 0.21% 0.8% -
XYZ 45.37 41.7 45.19 -
YUV 175.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 204 162 173 0 0.21 0.15 0.2 344.29 0.29 0.72
Hex CC A2 AD 0 15 F 14 158 1D 48
Octal 314 242 255 0 25 17 24 530 35 110
Binary 11001100 10100010 10101101 0 10101 1111 10100 101011000 11101 1001000

Color Harmonies of #CCA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2AD

Black with #CCA2AD

Text Example


Text Example

White with #CCA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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