Html Css Color HEX #CC949F Careys Pink

📋 copy color: '#CC949F'

red 204 ◦ green 148 ◦ blue 159

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

Shades of Careys Pink #CC949F

Tints of Careys Pink #CC949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.12%

R = 39.92%
G = 28.96%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CC949F (or 0xCC949F) is known color: Careys Pink. HEX triplet: CC, 94 and 9F. RGB value is (204,148,159). Sum of RGB (Red+Green+Blue) = 204+148+159=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC949F is #336B60. Grayscale: #A6A6A6. Windows color (decimal): -3369825 or 10458316. OLE color: 10458316.

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

Color convert

RGB 204 148 159 -
CMYK 0 0.27 0.22 0.2
HSL 348.21º 0.35% 0.69% -
HSV(B) 348.21º 0.27% 0.8% -
XYZ 41.75 36.52 37.65 -
YUV 166 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 204 148 159 0 0.27 0.22 0.2 348.21 0.35 0.69
Hex CC 94 9F 0 1B 16 14 15C 23 45
Octal 314 224 237 0 33 26 24 534 43 105
Binary 11001100 10010100 10011111 0 11011 10110 10100 101011100 100011 1000101

Color Harmonies of #CC949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC949F

Black with #CC949F

Text Example


Text Example

White with #CC949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC949F; }

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

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

background-color css

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

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

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

border-color css

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

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

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