Html Css Color HEX #C39292 Rosy Brown

📋 copy color: '#C39292'

red 195 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #C39292

Tints of Rosy Brown #C39292

RGB

 RED value IS 195 (76.56% from 255) = 40.04%

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

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

R = 40.04%
G = 29.98%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C39292 (or 0xC39292) is known color: Rosy Brown. HEX triplet: C3, 92 and 92. RGB value is (195,146,146). Sum of RGB (Red+Green+Blue) = 195+146+146=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C39292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39292 is #3C6D6D. Grayscale: #A0A0A0. Windows color (decimal): -3960174 or 9605827. OLE color: 9605827.

HSL color Cylindrical-coordinate representation of color #C39292: hue angle of 0º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C39292 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 146 146 -
CMYK 0 0.25 0.25 0.24
HSL 0.29% 0.67% -
HSV(B) 0.25% 0.76% -
XYZ 37.97 34.24 31.8 -
YUV 160.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 195 146 146 0 0.25 0.25 0.24 0 0.29 0.67
Hex C3 92 92 0 19 19 18 0 1D 43
Octal 303 222 222 0 31 31 30 0 35 103
Binary 11000011 10010010 10010010 0 11001 11001 11000 0 11101 1000011

Color Harmonies of #C39292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39292

Black with #C39292

Text Example


Text Example

White with #C39292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39292; }

 p { color: rgb(195,146,146); }

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

background-color css

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

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

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

border-color css

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

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

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