Html Css Color HEX #C0918E Rosy Brown

📋 copy color: '#C0918E'

red 192 ◦ green 145 ◦ blue 142

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

Shades of Rosy Brown #C0918E

Tints of Rosy Brown #C0918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.27%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 40.08%
G = 30.27%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0918E (or 0xC0918E) is known color: Rosy Brown. HEX triplet: C0, 91 and 8E. RGB value is (192,145,142). Sum of RGB (Red+Green+Blue) = 192+145+142=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0918E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0918E is #3F6E71. Grayscale: #9E9E9E. Windows color (decimal): -4157042 or 9343424. OLE color: 9343424.

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

Color convert

RGB 192 145 142 -
CMYK 0 0.24 0.26 0.25
HSL 3.6º 0.28% 0.65% -
HSV(B) 3.6º 0.26% 0.75% -
XYZ 36.75 33.41 30.1 -
YUV 158.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 192 145 142 0 0.24 0.26 0.25 3.6 0.28 0.65
Hex C0 91 8E 0 18 1A 19 4 1C 41
Octal 300 221 216 0 30 32 31 4 34 101
Binary 11000000 10010001 10001110 0 11000 11010 11001 100 11100 1000001

Color Harmonies of #C0918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0918E

Black with #C0918E

Text Example


Text Example

White with #C0918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0918E; }

 p { color: rgb(192,145,142); }

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

background-color css

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

 a { background-color: rgb(192,145,142); }

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

border-color css

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

 span { border-color: rgb(192,145,142); }

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