Html Css Color HEX #C19952 Tussock

📋 copy color: '#C19952'

red 193 ◦ green 153 ◦ blue 82

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

Shades of Tussock #C19952

Tints of Tussock #C19952

RGB

 RED value IS 193 (75.78% from 255) = 45.09%

 GREEN value IS 153 (60.16% from 255) = 35.75%

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 45.09%
G = 35.75%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C19952 (or 0xC19952) is known color: Tussock. HEX triplet: C1, 99 and 52. RGB value is (193,153,82). Sum of RGB (Red+Green+Blue) = 193+153+82=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C19952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19952 is #3E66AD. Grayscale: #9D9D9D. Windows color (decimal): -4089518 or 5413313. OLE color: 5413313.

HSL color Cylindrical-coordinate representation of color #C19952: hue angle of 38.38º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C19952 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 82 -
CMYK 0 0.21 0.58 0.24
HSL 38.38º 0.47% 0.54% -
HSV(B) 38.38º 0.58% 0.76% -
XYZ 34.91 34.73 12.85 -
YUV 156.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 193 153 82 0 0.21 0.58 0.24 38.38 0.47 0.54
Hex C1 99 52 0 15 3A 18 26 2F 36
Octal 301 231 122 0 25 72 30 46 57 66
Binary 11000001 10011001 1010010 0 10101 111010 11000 100110 101111 110110

Color Harmonies of #C19952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19952

Black with #C19952

Text Example


Text Example

White with #C19952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19952; }

 p { color: rgb(193,153,82); }

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

background-color css

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

 a { background-color: rgb(193,153,82); }

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

border-color css

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

 span { border-color: rgb(193,153,82); }

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