Html Css Color HEX #CCA6A8 Careys Pink

📋 copy color: '#CCA6A8'

red 204 ◦ green 166 ◦ blue 168

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

Shades of Careys Pink #CCA6A8

Tints of Careys Pink #CCA6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.86%

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

R = 37.92%
G = 30.86%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CCA6A8 (or 0xCCA6A8) is known color: Careys Pink. HEX triplet: CC, A6 and A8. RGB value is (204,166,168). Sum of RGB (Red+Green+Blue) = 204+166+168=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 168 (66.02% from 255 or 31.23% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6A8 is #335957. Grayscale: #B1B1B1. Windows color (decimal): -3365208 or 11052748. OLE color: 11052748.

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

Color convert

RGB 204 166 168 -
CMYK 0 0.19 0.18 0.2
HSL 356.84º 0.27% 0.73% -
HSV(B) 356.84º 0.19% 0.8% -
XYZ 45.61 42.94 42.93 -
YUV 177.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 204 166 168 0 0.19 0.18 0.2 356.84 0.27 0.73
Hex CC A6 A8 0 13 12 14 165 1B 49
Octal 314 246 250 0 23 22 24 545 33 111
Binary 11001100 10100110 10101000 0 10011 10010 10100 101100101 11011 1001001

Color Harmonies of #CCA6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6A8

Black with #CCA6A8

Text Example


Text Example

White with #CCA6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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