Html Css Color HEX #C99598 Careys Pink

📋 copy color: '#C99598'

red 201 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #C99598

Tints of Careys Pink #C99598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.68%

 BLUE value IS 152 (59.77% from 255) = 30.28%

R = 40.04%
G = 29.68%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99598 (or 0xC99598) is known color: Careys Pink. HEX triplet: C9, 95 and 98. RGB value is (201,149,152). Sum of RGB (Red+Green+Blue) = 201+149+152=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 201 - color contains mainly: red. Hex color #C99598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99598 is #366A67. Grayscale: #A4A4A4. Windows color (decimal): -3566184 or 9999817. OLE color: 9999817.

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

Color convert

RGB 201 149 152 -
CMYK 0 0.26 0.24 0.21
HSL 356.54º 0.33% 0.69% -
HSV(B) 356.54º 0.26% 0.79% -
XYZ 40.5 36.18 34.55 -
YUV 164.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 201 149 152 0 0.26 0.24 0.21 356.54 0.33 0.69
Hex C9 95 98 0 1A 18 15 165 20 45
Octal 311 225 230 0 32 30 25 545 40 105
Binary 11001001 10010101 10011000 0 11010 11000 10101 101100101 100000 1000101

Color Harmonies of #C99598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99598

Black with #C99598

Text Example


Text Example

White with #C99598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99598; }

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

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

background-color css

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

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

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

border-color css

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

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

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