Html Css Color HEX #C0908E Rosy Brown

📋 copy color: '#C0908E'

red 192 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #C0908E

Tints of Rosy Brown #C0908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.13%

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

R = 40.17%
G = 30.13%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0908E (or 0xC0908E) is known color: Rosy Brown. HEX triplet: C0, 90 and 8E. RGB value is (192,144,142). Sum of RGB (Red+Green+Blue) = 192+144+142=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0908E is #3F6F71. Grayscale: #9E9E9E. Windows color (decimal): -4157298 or 9343168. OLE color: 9343168.

HSL color Cylindrical-coordinate representation of color #C0908E: hue angle of 2.4º 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 #C0908E is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 142 -
CMYK 0 0.25 0.26 0.25
HSL 2.4º 0.28% 0.65% -
HSV(B) 2.4º 0.26% 0.75% -
XYZ 36.59 33.11 30.05 -
YUV 158.12 118.9 152.16 -
System Red Green Blue C M Y K H S L
Decimal 192 144 142 0 0.25 0.26 0.25 2.4 0.28 0.65
Hex C0 90 8E 0 19 1A 19 2 1C 41
Octal 300 220 216 0 31 32 31 2 34 101
Binary 11000000 10010000 10001110 0 11001 11010 11001 10 11100 1000001

Color Harmonies of #C0908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0908E

Black with #C0908E

Text Example


Text Example

White with #C0908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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