Html Css Color HEX #CCA3A8 Careys Pink

📋 copy color: '#CCA3A8'

red 204 ◦ green 163 ◦ blue 168

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

Shades of Careys Pink #CCA3A8

Tints of Careys Pink #CCA3A8

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.47%

 BLUE value IS 168 (66.02% from 255) = 31.4%

R = 38.13%
G = 30.47%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCA3A8 (or 0xCCA3A8) is known color: Careys Pink. HEX triplet: CC, A3 and A8. RGB value is (204,163,168). Sum of RGB (Red+Green+Blue) = 204+163+168=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA3A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA3A8 is #335C57. Grayscale: #AFAFAF. Windows color (decimal): -3365976 or 11051980. OLE color: 11051980.

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

Color convert

RGB 204 163 168 -
CMYK 0 0.20 0.18 0.2
HSL 352.68º 0.29% 0.72% -
HSV(B) 352.68º 0.2% 0.8% -
XYZ 45.07 41.86 42.75 -
YUV 175.83 123.58 148.09 -
System Red Green Blue C M Y K H S L
Decimal 204 163 168 0 0.20 0.18 0.2 352.68 0.29 0.72
Hex CC A3 A8 0 14 12 14 161 1D 48
Octal 314 243 250 0 24 22 24 541 35 110
Binary 11001100 10100011 10101000 0 10100 10010 10100 101100001 11101 1001000

Color Harmonies of #CCA3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA3A8

Black with #CCA3A8

Text Example


Text Example

White with #CCA3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA3A8; }

 p { color: rgb(204,163,168); }

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

background-color css

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

 a { background-color: rgb(204,163,168); }

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

border-color css

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

 span { border-color: rgb(204,163,168); }

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