Html Css Color HEX #C9939C Careys Pink

📋 copy color: '#C9939C'

red 201 ◦ green 147 ◦ blue 156

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

Shades of Careys Pink #C9939C

Tints of Careys Pink #C9939C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

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

R = 39.88%
G = 29.17%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9939C (or 0xC9939C) is known color: Careys Pink. HEX triplet: C9, 93 and 9C. RGB value is (201,147,156). Sum of RGB (Red+Green+Blue) = 201+147+156=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C9939C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9939C is #366C63. Grayscale: #A4A4A4. Windows color (decimal): -3566692 or 10261449. OLE color: 10261449.

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

Color convert

RGB 201 147 156 -
CMYK 0 0.27 0.22 0.21
HSL 350º 0.33% 0.68% -
HSV(B) 350º 0.27% 0.79% -
XYZ 40.52 35.69 36.2 -
YUV 164.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 201 147 156 0 0.27 0.22 0.21 350 0.33 0.68
Hex C9 93 9C 0 1B 16 15 15E 21 44
Octal 311 223 234 0 33 26 25 536 41 104
Binary 11001001 10010011 10011100 0 11011 10110 10101 101011110 100001 1000100

Color Harmonies of #C9939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9939C

Black with #C9939C

Text Example


Text Example

White with #C9939C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9939C; }

 p { color: rgb(201,147,156); }

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

background-color css

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

 a { background-color: rgb(201,147,156); }

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

border-color css

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

 span { border-color: rgb(201,147,156); }

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