Html Css Color HEX #C99296 Careys Pink

📋 copy color: '#C99296'

red 201 ◦ green 146 ◦ blue 150

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

Shades of Careys Pink #C99296

Tints of Careys Pink #C99296

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 40.44%
G = 29.38%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C99296 (or 0xC99296) is known color: Careys Pink. HEX triplet: C9, 92 and 96. RGB value is (201,146,150). Sum of RGB (Red+Green+Blue) = 201+146+150=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C99296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99296 is #366D69. Grayscale: #A2A2A2. Windows color (decimal): -3566954 or 9867977. OLE color: 9867977.

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

Color convert

RGB 201 146 150 -
CMYK 0 0.27 0.25 0.21
HSL 355.64º 0.34% 0.68% -
HSV(B) 355.64º 0.27% 0.79% -
XYZ 39.87 35.18 33.54 -
YUV 162.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 201 146 150 0 0.27 0.25 0.21 355.64 0.34 0.68
Hex C9 92 96 0 1B 19 15 164 22 44
Octal 311 222 226 0 33 31 25 544 42 104
Binary 11001001 10010010 10010110 0 11011 11001 10101 101100100 100010 1000100

Color Harmonies of #C99296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99296

Black with #C99296

Text Example


Text Example

White with #C99296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99296; }

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

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

background-color css

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

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

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

border-color css

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

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

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