Html Css Color HEX #C0928F Rosy Brown

📋 copy color: '#C0928F'

red 192 ◦ green 146 ◦ blue 143

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

Shades of Rosy Brown #C0928F

Tints of Rosy Brown #C0928F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.35%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 39.92%
G = 30.35%
B = 29.73%

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

#C0928F (or 0xC0928F) is known color: Rosy Brown. HEX triplet: C0, 92 and 8F. RGB value is (192,146,143). Sum of RGB (Red+Green+Blue) = 192+146+143=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0928F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0928F is #3F6D70. Grayscale: #9F9F9F. Windows color (decimal): -4156785 or 9409216. OLE color: 9409216.

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

Color convert

RGB 192 146 143 -
CMYK 0 0.24 0.26 0.25
HSL 3.67º 0.28% 0.66% -
HSV(B) 3.67º 0.26% 0.75% -
XYZ 36.98 33.75 30.55 -
YUV 159.41 118.74 151.24 -
System Red Green Blue C M Y K H S L
Decimal 192 146 143 0 0.24 0.26 0.25 3.67 0.28 0.66
Hex C0 92 8F 0 18 1A 19 4 1C 42
Octal 300 222 217 0 30 32 31 4 34 102
Binary 11000000 10010010 10001111 0 11000 11010 11001 100 11100 1000010

Color Harmonies of #C0928F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0928F

Black with #C0928F

Text Example


Text Example

White with #C0928F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0928F; }

 p { color: rgb(192,146,143); }

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

background-color css

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

 a { background-color: rgb(192,146,143); }

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

border-color css

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

 span { border-color: rgb(192,146,143); }

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