Html Css Color HEX #C69248 Tussock

📋 copy color: '#C69248'

red 198 ◦ green 146 ◦ blue 72

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

Shades of Tussock #C69248

Tints of Tussock #C69248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.31%

R = 47.6%
G = 35.1%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C69248 (or 0xC69248) is known color: Tussock. HEX triplet: C6, 92 and 48. RGB value is (198,146,72). Sum of RGB (Red+Green+Blue) = 198+146+72=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C69248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69248 is #396DB7. Grayscale: #999999. Windows color (decimal): -3763640 or 4756166. OLE color: 4756166.

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

Color convert

RGB 198 146 72 -
CMYK 0 0.26 0.64 0.22
HSL 35.24º 0.53% 0.53% -
HSV(B) 35.24º 0.64% 0.78% -
XYZ 34.74 33.03 10.68 -
YUV 153.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 198 146 72 0 0.26 0.64 0.22 35.24 0.53 0.53
Hex C6 92 48 0 1A 40 16 23 34 35
Octal 306 222 110 0 32 100 26 43 64 65
Binary 11000110 10010010 1001000 0 11010 1000000 10110 100011 110100 110101

Color Harmonies of #C69248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69248

Black with #C69248

Text Example


Text Example

White with #C69248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69248; }

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

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

background-color css

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

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

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

border-color css

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

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

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