Html Css Color HEX #CCA6A7 Careys Pink

📋 copy color: '#CCA6A7'

red 204 ◦ green 166 ◦ blue 167

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

Shades of Careys Pink #CCA6A7

Tints of Careys Pink #CCA6A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.1%

R = 37.99%
G = 30.91%
B = 31.1%

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

#CCA6A7 (or 0xCCA6A7) is known color: Careys Pink. HEX triplet: CC, A6 and A7. RGB value is (204,166,167). Sum of RGB (Red+Green+Blue) = 204+166+167=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA6A7 is #335958. Grayscale: #B1B1B1. Windows color (decimal): -3365209 or 10987212. OLE color: 10987212.

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

Color convert

RGB 204 166 167 -
CMYK 0 0.19 0.18 0.2
HSL 358.42º 0.27% 0.73% -
HSV(B) 358.42º 0.19% 0.8% -
XYZ 45.51 42.9 42.44 -
YUV 177.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 204 166 167 0 0.19 0.18 0.2 358.42 0.27 0.73
Hex CC A6 A7 0 13 12 14 166 1B 49
Octal 314 246 247 0 23 22 24 546 33 111
Binary 11001100 10100110 10100111 0 10011 10010 10100 101100110 11011 1001001

Color Harmonies of #CCA6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6A7

Black with #CCA6A7

Text Example


Text Example

White with #CCA6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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