Html Css Color HEX #C1994B Tussock

📋 copy color: '#C1994B'

red 193 ◦ green 153 ◦ blue 75

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

Shades of Tussock #C1994B

Tints of Tussock #C1994B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.81%

R = 45.84%
G = 36.34%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1994B (or 0xC1994B) is known color: Tussock. HEX triplet: C1, 99 and 4B. RGB value is (193,153,75). Sum of RGB (Red+Green+Blue) = 193+153+75=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 75 (29.69% from 255 or 17.81% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1994B is #3E66B4. Grayscale: #9C9C9C. Windows color (decimal): -4089525 or 4954561. OLE color: 4954561.

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

Color convert

RGB 193 153 75 -
CMYK 0 0.21 0.61 0.24
HSL 39.66º 0.49% 0.53% -
HSV(B) 39.66º 0.61% 0.76% -
XYZ 34.65 34.63 11.51 -
YUV 156.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 193 153 75 0 0.21 0.61 0.24 39.66 0.49 0.53
Hex C1 99 4B 0 15 3D 18 28 31 35
Octal 301 231 113 0 25 75 30 50 61 65
Binary 11000001 10011001 1001011 0 10101 111101 11000 101000 110001 110101

Color Harmonies of #C1994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1994B

Black with #C1994B

Text Example


Text Example

White with #C1994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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