Html Css Color HEX #C69494 Rosy Brown

📋 copy color: '#C69494'

red 198 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #C69494

Tints of Rosy Brown #C69494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 40.08%
G = 29.96%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C69494 (or 0xC69494) is known color: Rosy Brown. HEX triplet: C6, 94 and 94. RGB value is (198,148,148). Sum of RGB (Red+Green+Blue) = 198+148+148=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C69494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69494 is #396B6B. Grayscale: #A3A3A3. Windows color (decimal): -3763052 or 9737414. OLE color: 9737414.

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

Color convert

RGB 198 148 148 -
CMYK 0 0.25 0.25 0.22
HSL 0.3% 0.68% -
HSV(B) 0.25% 0.78% -
XYZ 39.22 35.32 32.77 -
YUV 162.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 198 148 148 0 0.25 0.25 0.22 0 0.3 0.68
Hex C6 94 94 0 19 19 16 0 1E 44
Octal 306 224 224 0 31 31 26 0 36 104
Binary 11000110 10010100 10010100 0 11001 11001 10110 0 11110 1000100

Color Harmonies of #C69494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69494

Black with #C69494

Text Example


Text Example

White with #C69494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69494; }

 p { color: rgb(198,148,148); }

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

background-color css

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

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

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

border-color css

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

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

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