Html Css Color HEX #C99596 Careys Pink

📋 copy color: '#C99596'

red 201 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #C99596

Tints of Careys Pink #C99596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30%

R = 40.2%
G = 29.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C99596 (or 0xC99596) is known color: Careys Pink. HEX triplet: C9, 95 and 96. RGB value is (201,149,150). Sum of RGB (Red+Green+Blue) = 201+149+150=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 201 - color contains mainly: red. Hex color #C99596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99596 is #366A69. Grayscale: #A4A4A4. Windows color (decimal): -3566186 or 9868745. OLE color: 9868745.

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

Color convert

RGB 201 149 150 -
CMYK 0 0.26 0.25 0.21
HSL 358.85º 0.33% 0.69% -
HSV(B) 358.85º 0.26% 0.79% -
XYZ 40.34 36.11 33.7 -
YUV 164.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 201 149 150 0 0.26 0.25 0.21 358.85 0.33 0.69
Hex C9 95 96 0 1A 19 15 167 20 45
Octal 311 225 226 0 32 31 25 547 40 105
Binary 11001001 10010101 10010110 0 11010 11001 10101 101100111 100000 1000101

Color Harmonies of #C99596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99596

Black with #C99596

Text Example


Text Example

White with #C99596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99596; }

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

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

background-color css

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

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

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

border-color css

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

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

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