#CC979A

Color #CC979A Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CC979A

Tints of Careys Pink #CC979A

Color information

#CC979A (or 0xCC979A) is unknown color: approx Careys Pink. HEX triplet: CC, 97 and 9A. RGB value is (204,151,154). Sum of RGB (Red+Green+Blue) = 204+151+154=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC979A is #336865. Grayscale: #A7A7A7. Windows color (decimal): -3369062 or 10131404. OLE color: 10131404.

HSL color Cylindrical-coordinate representation of color #CC979A: hue angle of 356.6º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC979A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204151154-
CMYK00.260.250.2
HSL356.6º34.19%69.61%-
HSV(B)356.6º25.98%80%-
XYZ41.837.335.57-
YUV167.19120.56154.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 151 (59.38% from 255) = 29.67%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=40.08%
G=29.67%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415115400.260.250.2356.634.1969.61
HexCC979A01A19141652246
Octal314227232032312454542106
Binary11001100100101111001101001101011001101001011001011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC979A; }

 p { color: rgb(204,151,154); }

 H1.HeaderClassName
 {
   color: #CC979A;
 }
 .AnyTagClassName
 {
   color: #CC979A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,151,154); }

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

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

 span { border-color: rgb(204,151,154); }

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