Html Css Color HEX #C69291 Rosy Brown

📋 copy color: '#C69291'

red 198 ◦ green 146 ◦ blue 145

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

Shades of Rosy Brown #C69291

Tints of Rosy Brown #C69291

RGB

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

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

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

R = 40.49%
G = 29.86%
B = 29.65%

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

#C69291 (or 0xC69291) is known color: Rosy Brown. HEX triplet: C6, 92 and 91. RGB value is (198,146,145). Sum of RGB (Red+Green+Blue) = 198+146+145=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C69291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69291 is #396D6E. Grayscale: #A1A1A1. Windows color (decimal): -3763567 or 9540294. OLE color: 9540294.

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

Color convert

RGB 198 146 145 -
CMYK 0 0.26 0.27 0.22
HSL 1.13º 0.32% 0.67% -
HSV(B) 1.13º 0.27% 0.78% -
XYZ 38.68 34.61 31.43 -
YUV 161.43 118.73 154.08 -
System Red Green Blue C M Y K H S L
Decimal 198 146 145 0 0.26 0.27 0.22 1.13 0.32 0.67
Hex C6 92 91 0 1A 1B 16 1 20 43
Octal 306 222 221 0 32 33 26 1 40 103
Binary 11000110 10010010 10010001 0 11010 11011 10110 1 100000 1000011

Color Harmonies of #C69291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69291

Black with #C69291

Text Example


Text Example

White with #C69291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69291; }

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

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

background-color css

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

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

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

border-color css

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

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

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