Html Css Color HEX #CCA6AC Careys Pink

📋 copy color: '#CCA6AC'

red 204 ◦ green 166 ◦ blue 172

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

Shades of Careys Pink #CCA6AC

Tints of Careys Pink #CCA6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.73%

R = 37.64%
G = 30.63%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCA6AC (or 0xCCA6AC) is known color: Careys Pink. HEX triplet: CC, A6 and AC. RGB value is (204,166,172). Sum of RGB (Red+Green+Blue) = 204+166+172=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6AC is #335953. Grayscale: #B2B2B2. Windows color (decimal): -3365204 or 11314892. OLE color: 11314892.

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

Color convert

RGB 204 166 172 -
CMYK 0 0.19 0.16 0.2
HSL 350.53º 0.27% 0.73% -
HSV(B) 350.53º 0.19% 0.8% -
XYZ 45.98 43.09 44.92 -
YUV 178.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 204 166 172 0 0.19 0.16 0.2 350.53 0.27 0.73
Hex CC A6 AC 0 13 10 14 15F 1B 49
Octal 314 246 254 0 23 20 24 537 33 111
Binary 11001100 10100110 10101100 0 10011 10000 10100 101011111 11011 1001001

Color Harmonies of #CCA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6AC

Black with #CCA6AC

Text Example


Text Example

White with #CCA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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