Html Css Color HEX #C9949D Careys Pink

📋 copy color: '#C9949D'

red 201 ◦ green 148 ◦ blue 157

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

Shades of Careys Pink #C9949D

Tints of Careys Pink #C9949D

RGB

 RED value IS 201 (78.91% from 255) = 39.72%

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

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

R = 39.72%
G = 29.25%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9949D (or 0xC9949D) is known color: Careys Pink. HEX triplet: C9, 94 and 9D. RGB value is (201,148,157). Sum of RGB (Red+Green+Blue) = 201+148+157=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C9949D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9949D is #366B62. Grayscale: #A4A4A4. Windows color (decimal): -3566435 or 10327241. OLE color: 10327241.

HSL color Cylindrical-coordinate representation of color #C9949D: hue angle of 349.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9949D is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 157 -
CMYK 0 0.26 0.22 0.21
HSL 349.81º 0.33% 0.68% -
HSV(B) 349.81º 0.26% 0.79% -
XYZ 40.76 36.03 36.7 -
YUV 164.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 201 148 157 0 0.26 0.22 0.21 349.81 0.33 0.68
Hex C9 94 9D 0 1A 16 15 15E 21 44
Octal 311 224 235 0 32 26 25 536 41 104
Binary 11001001 10010100 10011101 0 11010 10110 10101 101011110 100001 1000100

Color Harmonies of #C9949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9949D

Black with #C9949D

Text Example


Text Example

White with #C9949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9949D; }

 p { color: rgb(201,148,157); }

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

background-color css

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

 a { background-color: rgb(201,148,157); }

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

border-color css

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

 span { border-color: rgb(201,148,157); }

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