Html Css Color HEX #C89292 Rosy Brown

📋 copy color: '#C89292'

red 200 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #C89292

Tints of Rosy Brown #C89292

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

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

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

R = 40.65%
G = 29.67%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C89292 (or 0xC89292) is known color: Rosy Brown. HEX triplet: C8, 92 and 92. RGB value is (200,146,146). Sum of RGB (Red+Green+Blue) = 200+146+146=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C89292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89292 is #376D6D. Grayscale: #A2A2A2. Windows color (decimal): -3632494 or 9605832. OLE color: 9605832.

HSL color Cylindrical-coordinate representation of color #C89292: hue angle of 0º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C89292 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 146 -
CMYK 0 0.27 0.27 0.22
HSL 0.33% 0.68% -
HSV(B) 0.27% 0.78% -
XYZ 39.29 34.91 31.86 -
YUV 162.15 118.89 155 -
System Red Green Blue C M Y K H S L
Decimal 200 146 146 0 0.27 0.27 0.22 0 0.33 0.68
Hex C8 92 92 0 1B 1B 16 0 21 44
Octal 310 222 222 0 33 33 26 0 41 104
Binary 11001000 10010010 10010010 0 11011 11011 10110 0 100001 1000100

Color Harmonies of #C89292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89292

Black with #C89292

Text Example


Text Example

White with #C89292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89292; }

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

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

background-color css

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

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

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

border-color css

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

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

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