Html Css Color HEX #C29796 Rosy Brown

📋 copy color: '#C29796'

red 194 ◦ green 151 ◦ blue 150

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

Shades of Rosy Brown #C29796

Tints of Rosy Brown #C29796

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.51%

 BLUE value IS 150 (58.98% from 255) = 30.3%

R = 39.19%
G = 30.51%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C29796 (or 0xC29796) is known color: Rosy Brown. HEX triplet: C2, 97 and 96. RGB value is (194,151,150). Sum of RGB (Red+Green+Blue) = 194+151+150=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 151 (59.38% from 255 or 30.51% from 495); Blue value is 150 (58.98% from 255 or 30.30% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C29796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29796 is #3D6869. Grayscale: #A3A3A3. Windows color (decimal): -4024426 or 9869250. OLE color: 9869250.

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

Color convert

RGB 194 151 150 -
CMYK 0 0.22 0.23 0.24
HSL 1.36º 0.27% 0.67% -
HSV(B) 1.36º 0.23% 0.76% -
XYZ 38.82 35.8 33.72 -
YUV 163.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 194 151 150 0 0.22 0.23 0.24 1.36 0.27 0.67
Hex C2 97 96 0 16 17 18 1 1B 43
Octal 302 227 226 0 26 27 30 1 33 103
Binary 11000010 10010111 10010110 0 10110 10111 11000 1 11011 1000011

Color Harmonies of #C29796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29796

Black with #C29796

Text Example


Text Example

White with #C29796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29796; }

 p { color: rgb(194,151,150); }

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

background-color css

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

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

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

border-color css

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

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

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