#CC929B

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

Shades of Careys Pink #CC929B

Tints of Careys Pink #CC929B

Color information

#CC929B (or 0xCC929B) is unknown color: approx Careys Pink. HEX triplet: CC, 92 and 9B. RGB value is (204,146,155). Sum of RGB (Red+Green+Blue) = 204+146+155=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC929B is #336D64. Grayscale: #A4A4A4. Windows color (decimal): -3370341 or 10195660. OLE color: 10195660.

HSL color Cylindrical-coordinate representation of color #CC929B: hue angle of 350.69º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC929B is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB204146155-
CMYK00.280.240.2
HSL350.69º36.25%68.63%-
HSV(B)350.69º28.43%80%-
XYZ41.135.7635.75-
YUV164.37122.72156.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=40.40%
G=28.91%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414615500.280.240.2350.6936.2568.63
HexCC929B01C181415f2445
Octal314222233034302453744105
Binary11001100100100101001101101110011000101001010111111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC929B; }

 p { color: rgb(204,146,155); }

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

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

 a { background-color: rgb(204,146,155); }

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

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

 span { border-color: rgb(204,146,155); }

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