Html Css Color HEX #C9939B Careys Pink

📋 copy color: '#C9939B'

red 201 ◦ green 147 ◦ blue 155

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

Shades of Careys Pink #C9939B

Tints of Careys Pink #C9939B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 39.96%
G = 29.22%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9939B (or 0xC9939B) is known color: Careys Pink. HEX triplet: C9, 93 and 9B. RGB value is (201,147,155). Sum of RGB (Red+Green+Blue) = 201+147+155=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9939B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9939B is #366C64. Grayscale: #A4A4A4. Windows color (decimal): -3566693 or 10195913. OLE color: 10195913.

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

Color convert

RGB 201 147 155 -
CMYK 0 0.27 0.23 0.21
HSL 351.11º 0.33% 0.68% -
HSV(B) 351.11º 0.27% 0.79% -
XYZ 40.44 35.65 35.76 -
YUV 164.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 201 147 155 0 0.27 0.23 0.21 351.11 0.33 0.68
Hex C9 93 9B 0 1B 17 15 15F 21 44
Octal 311 223 233 0 33 27 25 537 41 104
Binary 11001001 10010011 10011011 0 11011 10111 10101 101011111 100001 1000100

Color Harmonies of #C9939B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9939B

Black with #C9939B

Text Example


Text Example

White with #C9939B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9939B; }

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

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

background-color css

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

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

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

border-color css

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

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

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