Html Css Color HEX #C3918F Rosy Brown

📋 copy color: '#C3918F'

red 195 ◦ green 145 ◦ blue 143

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

Shades of Rosy Brown #C3918F

Tints of Rosy Brown #C3918F

RGB

 RED value IS 195 (76.56% from 255) = 40.37%

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

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

R = 40.37%
G = 30.02%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3918F (or 0xC3918F) is known color: Rosy Brown. HEX triplet: C3, 91 and 8F. RGB value is (195,145,143). Sum of RGB (Red+Green+Blue) = 195+145+143=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 195 - color contains mainly: red. Hex color #C3918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3918F is #3C6E70. Grayscale: #9F9F9F. Windows color (decimal): -3960433 or 9408963. OLE color: 9408963.

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

Color convert

RGB 195 145 143 -
CMYK 0 0.26 0.27 0.24
HSL 2.31º 0.3% 0.66% -
HSV(B) 2.31º 0.27% 0.76% -
XYZ 37.59 33.84 30.54 -
YUV 159.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 195 145 143 0 0.26 0.27 0.24 2.31 0.3 0.66
Hex C3 91 8F 0 1A 1B 18 2 1E 42
Octal 303 221 217 0 32 33 30 2 36 102
Binary 11000011 10010001 10001111 0 11010 11011 11000 10 11110 1000010

Color Harmonies of #C3918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3918F

Black with #C3918F

Text Example


Text Example

White with #C3918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3918F; }

 p { color: rgb(195,145,143); }

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

background-color css

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

 a { background-color: rgb(195,145,143); }

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

border-color css

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

 span { border-color: rgb(195,145,143); }

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