Html Css Color HEX #C69492 Rosy Brown

📋 copy color: '#C69492'

red 198 ◦ green 148 ◦ blue 146

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

Shades of Rosy Brown #C69492

Tints of Rosy Brown #C69492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 40.24%
G = 30.08%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C69492 (or 0xC69492) is known color: Rosy Brown. HEX triplet: C6, 94 and 92. RGB value is (198,148,146). Sum of RGB (Red+Green+Blue) = 198+148+146=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69492 is #396B6D. Grayscale: #A2A2A2. Windows color (decimal): -3763054 or 9606342. OLE color: 9606342.

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

Color convert

RGB 198 148 146 -
CMYK 0 0.25 0.26 0.22
HSL 2.31º 0.31% 0.67% -
HSV(B) 2.31º 0.26% 0.78% -
XYZ 39.07 35.26 31.94 -
YUV 162.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 198 148 146 0 0.25 0.26 0.22 2.31 0.31 0.67
Hex C6 94 92 0 19 1A 16 2 1F 43
Octal 306 224 222 0 31 32 26 2 37 103
Binary 11000110 10010100 10010010 0 11001 11010 10110 10 11111 1000011

Color Harmonies of #C69492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69492

Black with #C69492

Text Example


Text Example

White with #C69492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69492; }

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

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

background-color css

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

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

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

border-color css

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

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

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