Html Css Color HEX #CCA1AD Careys Pink

📋 copy color: '#CCA1AD'

red 204 ◦ green 161 ◦ blue 173

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

Shades of Careys Pink #CCA1AD

Tints of Careys Pink #CCA1AD

RGB

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

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

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

R = 37.92%
G = 29.93%
B = 32.16%

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

#CCA1AD (or 0xCCA1AD) is known color: Careys Pink. HEX triplet: CC, A1 and AD. RGB value is (204,161,173). Sum of RGB (Red+Green+Blue) = 204+161+173=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 173 (67.97% from 255 or 32.16% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA1AD is #335E52. Grayscale: #AFAFAF. Windows color (decimal): -3366483 or 11379148. OLE color: 11379148.

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

Color convert

RGB 204 161 173 -
CMYK 0 0.21 0.15 0.2
HSL 343.26º 0.3% 0.72% -
HSV(B) 343.26º 0.21% 0.8% -
XYZ 45.19 41.34 45.13 -
YUV 175.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 204 161 173 0 0.21 0.15 0.2 343.26 0.3 0.72
Hex CC A1 AD 0 15 F 14 157 1E 48
Octal 314 241 255 0 25 17 24 527 36 110
Binary 11001100 10100001 10101101 0 10101 1111 10100 101010111 11110 1001000

Color Harmonies of #CCA1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1AD

Black with #CCA1AD

Text Example


Text Example

White with #CCA1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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