Html Css Color HEX #C29493 Rosy Brown

📋 copy color: '#C29493'

red 194 ◦ green 148 ◦ blue 147

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

Shades of Rosy Brown #C29493

Tints of Rosy Brown #C29493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.27%

 BLUE value IS 147 (57.81% from 255) = 30.06%

R = 39.67%
G = 30.27%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29493 (or 0xC29493) is known color: Rosy Brown. HEX triplet: C2, 94 and 93. RGB value is (194,148,147). Sum of RGB (Red+Green+Blue) = 194+148+147=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29493 is #3D6B6C. Grayscale: #A1A1A1. Windows color (decimal): -4025197 or 9671874. OLE color: 9671874.

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

Color convert

RGB 194 148 147 -
CMYK 0 0.24 0.24 0.24
HSL 1.28º 0.28% 0.67% -
HSV(B) 1.28º 0.24% 0.76% -
XYZ 38.1 34.76 32.3 -
YUV 161.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 194 148 147 0 0.24 0.24 0.24 1.28 0.28 0.67
Hex C2 94 93 0 18 18 18 1 1C 43
Octal 302 224 223 0 30 30 30 1 34 103
Binary 11000010 10010100 10010011 0 11000 11000 11000 1 11100 1000011

Color Harmonies of #C29493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29493

Black with #C29493

Text Example


Text Example

White with #C29493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29493; }

 p { color: rgb(194,148,147); }

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

background-color css

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

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

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

border-color css

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

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

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