Html Css Color HEX #CC959D Careys Pink

📋 copy color: '#CC959D'

red 204 ◦ green 149 ◦ blue 157

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

Shades of Careys Pink #CC959D

Tints of Careys Pink #CC959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

 BLUE value IS 157 (61.72% from 255) = 30.78%

R = 40%
G = 29.22%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC959D (or 0xCC959D) is known color: Careys Pink. HEX triplet: CC, 95 and 9D. RGB value is (204,149,157). Sum of RGB (Red+Green+Blue) = 204+149+157=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 157 (61.72% from 255 or 30.78% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC959D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC959D is #336A62. Grayscale: #A6A6A6. Windows color (decimal): -3369571 or 10327500. OLE color: 10327500.

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

Color convert

RGB 204 149 157 -
CMYK 0 0.27 0.23 0.2
HSL 351.27º 0.35% 0.69% -
HSV(B) 351.27º 0.27% 0.8% -
XYZ 41.74 36.77 36.8 -
YUV 166.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 204 149 157 0 0.27 0.23 0.2 351.27 0.35 0.69
Hex CC 95 9D 0 1B 17 14 15F 23 45
Octal 314 225 235 0 33 27 24 537 43 105
Binary 11001100 10010101 10011101 0 11011 10111 10100 101011111 100011 1000101

Color Harmonies of #CC959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC959D

Black with #CC959D

Text Example


Text Example

White with #CC959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC959D; }

 p { color: rgb(204,149,157); }

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

background-color css

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

 a { background-color: rgb(204,149,157); }

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

border-color css

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

 span { border-color: rgb(204,149,157); }

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