Html Css Color HEX #C29090 Rosy Brown

📋 copy color: '#C29090'

red 194 ◦ green 144 ◦ blue 144

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

Shades of Rosy Brown #C29090

Tints of Rosy Brown #C29090

RGB

 RED value IS 194 (76.17% from 255) = 40.25%

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 40.25%
G = 29.88%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C29090 (or 0xC29090) is known color: Rosy Brown. HEX triplet: C2, 90 and 90. RGB value is (194,144,144). Sum of RGB (Red+Green+Blue) = 194+144+144=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C29090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29090 is #3D6F6F. Grayscale: #9F9F9F. Windows color (decimal): -4026224 or 9474242. OLE color: 9474242.

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

Color convert

RGB 194 144 144 -
CMYK 0 0.26 0.26 0.24
HSL 0.29% 0.66% -
HSV(B) 0.26% 0.76% -
XYZ 37.26 33.43 30.87 -
YUV 158.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 194 144 144 0 0.26 0.26 0.24 0 0.29 0.66
Hex C2 90 90 0 1A 1A 18 0 1D 42
Octal 302 220 220 0 32 32 30 0 35 102
Binary 11000010 10010000 10010000 0 11010 11010 11000 0 11101 1000010

Color Harmonies of #C29090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29090

Black with #C29090

Text Example


Text Example

White with #C29090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29090; }

 p { color: rgb(194,144,144); }

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

background-color css

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

 a { background-color: rgb(194,144,144); }

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

border-color css

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

 span { border-color: rgb(194,144,144); }

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