Html Css Color HEX #C99392 Rosy Brown

📋 copy color: '#C99392'

red 201 ◦ green 147 ◦ blue 146

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

Shades of Rosy Brown #C99392

Tints of Rosy Brown #C99392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 40.69%
G = 29.76%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C99392 (or 0xC99392) is known color: Rosy Brown. HEX triplet: C9, 93 and 92. RGB value is (201,147,146). Sum of RGB (Red+Green+Blue) = 201+147+146=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99392 is #366C6D. Grayscale: #A3A3A3. Windows color (decimal): -3566702 or 9606089. OLE color: 9606089.

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

Color convert

RGB 201 147 146 -
CMYK 0 0.27 0.27 0.21
HSL 1.09º 0.34% 0.68% -
HSV(B) 1.09º 0.27% 0.79% -
XYZ 39.71 35.36 31.93 -
YUV 163.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 201 147 146 0 0.27 0.27 0.21 1.09 0.34 0.68
Hex C9 93 92 0 1B 1B 15 1 22 44
Octal 311 223 222 0 33 33 25 1 42 104
Binary 11001001 10010011 10010010 0 11011 11011 10101 1 100010 1000100

Color Harmonies of #C99392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99392

Black with #C99392

Text Example


Text Example

White with #C99392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99392; }

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

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

background-color css

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

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

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

border-color css

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

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

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