Html Css Color HEX #CC949A Careys Pink

📋 copy color: '#CC949A'

red 204 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #CC949A

Tints of Careys Pink #CC949A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 40.32%
G = 29.25%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC949A (or 0xCC949A) is known color: Careys Pink. HEX triplet: CC, 94 and 9A. RGB value is (204,148,154). Sum of RGB (Red+Green+Blue) = 204+148+154=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CC949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC949A is #336B65. Grayscale: #A5A5A5. Windows color (decimal): -3369830 or 10130636. OLE color: 10130636.

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

Color convert

RGB 204 148 154 -
CMYK 0 0.27 0.25 0.2
HSL 353.57º 0.35% 0.69% -
HSV(B) 353.57º 0.27% 0.8% -
XYZ 41.32 36.35 35.41 -
YUV 165.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 204 148 154 0 0.27 0.25 0.2 353.57 0.35 0.69
Hex CC 94 9A 0 1B 19 14 162 23 45
Octal 314 224 232 0 33 31 24 542 43 105
Binary 11001100 10010100 10011010 0 11011 11001 10100 101100010 100011 1000101

Color Harmonies of #CC949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC949A

Black with #CC949A

Text Example


Text Example

White with #CC949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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