Html Css Color HEX #C2944B Tussock

📋 copy color: '#C2944B'

red 194 ◦ green 148 ◦ blue 75

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

Shades of Tussock #C2944B

Tints of Tussock #C2944B

RGB

 RED value IS 194 (76.17% from 255) = 46.52%

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

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

R = 46.52%
G = 35.49%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2944B (or 0xC2944B) is known color: Tussock. HEX triplet: C2, 94 and 4B. RGB value is (194,148,75). Sum of RGB (Red+Green+Blue) = 194+148+75=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2944B is #3D6BB4. Grayscale: #999999. Windows color (decimal): -4025269 or 4953282. OLE color: 4953282.

HSL color Cylindrical-coordinate representation of color #C2944B: hue angle of 36.81º 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 #C2944B is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 148 75 -
CMYK 0 0.24 0.61 0.24
HSL 36.81º 0.49% 0.53% -
HSV(B) 36.81º 0.61% 0.76% -
XYZ 34.11 33.16 11.26 -
YUV 153.43 83.74 156.94 -
System Red Green Blue C M Y K H S L
Decimal 194 148 75 0 0.24 0.61 0.24 36.81 0.49 0.53
Hex C2 94 4B 0 18 3D 18 25 31 35
Octal 302 224 113 0 30 75 30 45 61 65
Binary 11000010 10010100 1001011 0 11000 111101 11000 100101 110001 110101

Color Harmonies of #C2944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2944B

Black with #C2944B

Text Example


Text Example

White with #C2944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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