Html Css Color HEX #C2954B Tussock

📋 copy color: '#C2954B'

red 194 ◦ green 149 ◦ blue 75

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

Shades of Tussock #C2954B

Tints of Tussock #C2954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.65%

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

R = 46.41%
G = 35.65%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2954B (or 0xC2954B) is known color: Tussock. HEX triplet: C2, 95 and 4B. RGB value is (194,149,75). Sum of RGB (Red+Green+Blue) = 194+149+75=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2954B is #3D6AB4. Grayscale: #9A9A9A. Windows color (decimal): -4025013 or 4953538. OLE color: 4953538.

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

Color convert

RGB 194 149 75 -
CMYK 0 0.23 0.61 0.24
HSL 37.31º 0.49% 0.53% -
HSV(B) 37.31º 0.61% 0.76% -
XYZ 34.27 33.47 11.31 -
YUV 154.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 194 149 75 0 0.23 0.61 0.24 37.31 0.49 0.53
Hex C2 95 4B 0 17 3D 18 25 31 35
Octal 302 225 113 0 27 75 30 45 61 65
Binary 11000010 10010101 1001011 0 10111 111101 11000 100101 110001 110101

Color Harmonies of #C2954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2954B

Black with #C2954B

Text Example


Text Example

White with #C2954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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