Html Css Color HEX #C3944B Tussock

📋 copy color: '#C3944B'

red 195 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C3944B

Tints of Tussock #C3944B

RGB

 RED value IS 195 (76.56% from 255) = 46.65%

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

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

R = 46.65%
G = 35.41%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3944B (or 0xC3944B) is known color: Tussock. HEX triplet: C3, 94 and 4B. RGB value is (195,148,75). Sum of RGB (Red+Green+Blue) = 195+148+75=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C3944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3944B is #3C6BB4. Grayscale: #9A9A9A. Windows color (decimal): -3959733 or 4953283. OLE color: 4953283.

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

Color convert

RGB 195 148 75 -
CMYK 0 0.24 0.62 0.24
HSL 36.5º 0.5% 0.53% -
HSV(B) 36.5º 0.62% 0.76% -
XYZ 34.37 33.29 11.27 -
YUV 153.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 195 148 75 0 0.24 0.62 0.24 36.5 0.5 0.53
Hex C3 94 4B 0 18 3E 18 24 32 35
Octal 303 224 113 0 30 76 30 44 62 65
Binary 11000011 10010100 1001011 0 11000 111110 11000 100100 110010 110101

Color Harmonies of #C3944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3944B

Black with #C3944B

Text Example


Text Example

White with #C3944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3944B; }

 p { color: rgb(195,148,75); }

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

background-color css

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

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

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

border-color css

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

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

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