Html Css Color HEX #C69391 Rosy Brown

📋 copy color: '#C69391'

red 198 ◦ green 147 ◦ blue 145

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

Shades of Rosy Brown #C69391

Tints of Rosy Brown #C69391

RGB

 RED value IS 198 (77.73% from 255) = 40.41%

 GREEN value IS 147 (57.81% from 255) = 30%

 BLUE value IS 145 (57.03% from 255) = 29.59%

R = 40.41%
G = 30%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C69391 (or 0xC69391) is known color: Rosy Brown. HEX triplet: C6, 93 and 91. RGB value is (198,147,145). Sum of RGB (Red+Green+Blue) = 198+147+145=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C69391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69391 is #396C6E. Grayscale: #A2A2A2. Windows color (decimal): -3763311 or 9540550. OLE color: 9540550.

HSL color Cylindrical-coordinate representation of color #C69391: hue angle of 2.26º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C69391 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 145 -
CMYK 0 0.26 0.27 0.22
HSL 2.26º 0.32% 0.67% -
HSV(B) 2.26º 0.27% 0.78% -
XYZ 38.83 34.92 31.48 -
YUV 162.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 198 147 145 0 0.26 0.27 0.22 2.26 0.32 0.67
Hex C6 93 91 0 1A 1B 16 2 20 43
Octal 306 223 221 0 32 33 26 2 40 103
Binary 11000110 10010011 10010001 0 11010 11011 10110 10 100000 1000011

Color Harmonies of #C69391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69391

Black with #C69391

Text Example


Text Example

White with #C69391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69391; }

 p { color: rgb(198,147,145); }

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

background-color css

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

 a { background-color: rgb(198,147,145); }

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

border-color css

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

 span { border-color: rgb(198,147,145); }

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