Html Css Color HEX #C09894 Rosy Brown

📋 copy color: '#C09894'

red 192 ◦ green 152 ◦ blue 148

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

Shades of Rosy Brown #C09894

Tints of Rosy Brown #C09894

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

 GREEN value IS 152 (59.77% from 255) = 30.89%

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

R = 39.02%
G = 30.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#C09894 (or 0xC09894) is known color: Rosy Brown. HEX triplet: C0, 98 and 94. RGB value is (192,152,148). Sum of RGB (Red+Green+Blue) = 192+152+148=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C09894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09894 is #3F676B. Grayscale: #A3A3A3. Windows color (decimal): -4155244 or 9738432. OLE color: 9738432.

HSL color Cylindrical-coordinate representation of color #C09894: hue angle of 5.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09894 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 152 148 -
CMYK 0 0.21 0.23 0.25
HSL 5.45º 0.26% 0.67% -
HSV(B) 5.45º 0.23% 0.75% -
XYZ 38.31 35.8 32.91 -
YUV 163.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 192 152 148 0 0.21 0.23 0.25 5.45 0.26 0.67
Hex C0 98 94 0 15 17 19 5 1A 43
Octal 300 230 224 0 25 27 31 5 32 103
Binary 11000000 10011000 10010100 0 10101 10111 11001 101 11010 1000011

Color Harmonies of #C09894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09894

Black with #C09894

Text Example


Text Example

White with #C09894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09894; }

 p { color: rgb(192,152,148); }

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

background-color css

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

 a { background-color: rgb(192,152,148); }

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

border-color css

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

 span { border-color: rgb(192,152,148); }

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