Html Css Color HEX #C9989B Careys Pink

📋 copy color: '#C9989B'

red 201 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C9989B

Tints of Careys Pink #C9989B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.92%

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

R = 39.57%
G = 29.92%
B = 30.51%

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

#C9989B (or 0xC9989B) is known color: Careys Pink. HEX triplet: C9, 98 and 9B. RGB value is (201,152,155). Sum of RGB (Red+Green+Blue) = 201+152+155=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C9989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9989B is #366764. Grayscale: #A7A7A7. Windows color (decimal): -3565413 or 10197193. OLE color: 10197193.

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

Color convert

RGB 201 152 155 -
CMYK 0 0.24 0.23 0.21
HSL 356.33º 0.31% 0.69% -
HSV(B) 356.33º 0.24% 0.79% -
XYZ 41.23 37.24 36.03 -
YUV 166.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 201 152 155 0 0.24 0.23 0.21 356.33 0.31 0.69
Hex C9 98 9B 0 18 17 15 164 1F 45
Octal 311 230 233 0 30 27 25 544 37 105
Binary 11001001 10011000 10011011 0 11000 10111 10101 101100100 11111 1000101

Color Harmonies of #C9989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9989B

Black with #C9989B

Text Example


Text Example

White with #C9989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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