Html Css Color HEX #C2952C Nugget

📋 copy color: '#C2952C'

red 194 ◦ green 149 ◦ blue 44

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

Shades of Nugget #C2952C

Tints of Nugget #C2952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.37%

R = 50.13%
G = 38.5%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2952C (or 0xC2952C) is known color: Nugget. HEX triplet: C2, 95 and 2C. RGB value is (194,149,44). Sum of RGB (Red+Green+Blue) = 194+149+44=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2952C is #3D6AD3. Grayscale: #969696. Windows color (decimal): -4025044 or 2921922. OLE color: 2921922.

HSL color Cylindrical-coordinate representation of color #C2952C: hue angle of 42º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2952C is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 149 44 -
CMYK 0 0.23 0.77 0.24
HSL 42º 0.63% 0.47% -
HSV(B) 42º 0.77% 0.76% -
XYZ 33.45 33.15 7.02 -
YUV 150.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 194 149 44 0 0.23 0.77 0.24 42 0.63 0.47
Hex C2 95 2C 0 17 4D 18 2A 3F 2F
Octal 302 225 54 0 27 115 30 52 77 57
Binary 11000010 10010101 101100 0 10111 1001101 11000 101010 111111 101111

Color Harmonies of #C2952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2952C

Black with #C2952C

Text Example


Text Example

White with #C2952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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