Html Css Color HEX #C9999B Careys Pink

📋 copy color: '#C9999B'

red 201 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #C9999B

Tints of Careys Pink #C9999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 39.49%
G = 30.06%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9999B (or 0xC9999B) is known color: Careys Pink. HEX triplet: C9, 99 and 9B. RGB value is (201,153,155). Sum of RGB (Red+Green+Blue) = 201+153+155=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C9999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9999B is #366664. Grayscale: #A7A7A7. Windows color (decimal): -3565157 or 10197449. OLE color: 10197449.

HSL color Cylindrical-coordinate representation of color #C9999B: hue angle of 357.5º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9999B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 153 155 -
CMYK 0 0.24 0.23 0.21
HSL 357.5º 0.31% 0.69% -
HSV(B) 357.5º 0.24% 0.79% -
XYZ 41.4 37.57 36.08 -
YUV 167.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 201 153 155 0 0.24 0.23 0.21 357.5 0.31 0.69
Hex C9 99 9B 0 18 17 15 166 1F 45
Octal 311 231 233 0 30 27 25 546 37 105
Binary 11001001 10011001 10011011 0 11000 10111 10101 101100110 11111 1000101

Color Harmonies of #C9999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9999B

Black with #C9999B

Text Example


Text Example

White with #C9999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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