Html Css Color HEX #CC949C Careys Pink

📋 copy color: '#CC949C'

red 204 ◦ green 148 ◦ blue 156

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

Shades of Careys Pink #CC949C

Tints of Careys Pink #CC949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 156 (61.33% from 255) = 30.71%

R = 40.16%
G = 29.13%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC949C (or 0xCC949C) is known color: Careys Pink. HEX triplet: CC, 94 and 9C. RGB value is (204,148,156). Sum of RGB (Red+Green+Blue) = 204+148+156=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC949C is #336B63. Grayscale: #A5A5A5. Windows color (decimal): -3369828 or 10261708. OLE color: 10261708.

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

Color convert

RGB 204 148 156 -
CMYK 0 0.27 0.24 0.2
HSL 351.43º 0.35% 0.69% -
HSV(B) 351.43º 0.27% 0.8% -
XYZ 41.49 36.42 36.29 -
YUV 165.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 204 148 156 0 0.27 0.24 0.2 351.43 0.35 0.69
Hex CC 94 9C 0 1B 18 14 15F 23 45
Octal 314 224 234 0 33 30 24 537 43 105
Binary 11001100 10010100 10011100 0 11011 11000 10100 101011111 100011 1000101

Color Harmonies of #CC949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC949C

Black with #CC949C

Text Example


Text Example

White with #CC949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC949C; }

 p { color: rgb(204,148,156); }

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

background-color css

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

 a { background-color: rgb(204,148,156); }

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

border-color css

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

 span { border-color: rgb(204,148,156); }

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