Html Css Color HEX #C2934B Tussock

📋 copy color: '#C2934B'

red 194 ◦ green 147 ◦ blue 75

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

Shades of Tussock #C2934B

Tints of Tussock #C2934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 46.63%
G = 35.34%
B = 18.03%

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

#C2934B (or 0xC2934B) is known color: Tussock. HEX triplet: C2, 93 and 4B. RGB value is (194,147,75). Sum of RGB (Red+Green+Blue) = 194+147+75=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2934B is #3D6CB4. Grayscale: #999999. Windows color (decimal): -4025525 or 4953026. OLE color: 4953026.

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

Color convert

RGB 194 147 75 -
CMYK 0 0.24 0.61 0.24
HSL 36.3º 0.49% 0.53% -
HSV(B) 36.3º 0.61% 0.76% -
XYZ 33.95 32.84 11.21 -
YUV 152.85 84.07 157.35 -
System Red Green Blue C M Y K H S L
Decimal 194 147 75 0 0.24 0.61 0.24 36.3 0.49 0.53
Hex C2 93 4B 0 18 3D 18 24 31 35
Octal 302 223 113 0 30 75 30 44 61 65
Binary 11000010 10010011 1001011 0 11000 111101 11000 100100 110001 110101

Color Harmonies of #C2934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2934B

Black with #C2934B

Text Example


Text Example

White with #C2934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2934B; }

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

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

background-color css

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

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

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

border-color css

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

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

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