Html Css Color HEX #C29694 Rosy Brown

📋 copy color: '#C29694'

red 194 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #C29694

Tints of Rosy Brown #C29694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.49%

 BLUE value IS 148 (58.2% from 255) = 30.08%

R = 39.43%
G = 30.49%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C29694 (or 0xC29694) is known color: Rosy Brown. HEX triplet: C2, 96 and 94. RGB value is (194,150,148). Sum of RGB (Red+Green+Blue) = 194+150+148=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C29694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29694 is #3D696B. Grayscale: #A2A2A2. Windows color (decimal): -4024684 or 9737922. OLE color: 9737922.

HSL color Cylindrical-coordinate representation of color #C29694: hue angle of 2.61º degrees, saturation: 0.27, 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 #C29694 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 150 148 -
CMYK 0 0.23 0.24 0.24
HSL 2.61º 0.27% 0.67% -
HSV(B) 2.61º 0.24% 0.76% -
XYZ 38.5 35.42 32.82 -
YUV 162.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 194 150 148 0 0.23 0.24 0.24 2.61 0.27 0.67
Hex C2 96 94 0 17 18 18 3 1B 43
Octal 302 226 224 0 27 30 30 3 33 103
Binary 11000010 10010110 10010100 0 10111 11000 11000 11 11011 1000011

Color Harmonies of #C29694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C29694

Black with #C29694

Text Example


Text Example

White with #C29694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C29694; }

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

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

background-color css

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

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

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

border-color css

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

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

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