Html Css Color HEX #C2952B Nugget

📋 copy color: '#C2952B'

red 194 ◦ green 149 ◦ blue 43

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

Shades of Nugget #C2952B

Tints of Nugget #C2952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 50.26%
G = 38.6%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C2952B (or 0xC2952B) is known color: Nugget. HEX triplet: C2, 95 and 2B. RGB value is (194,149,43). Sum of RGB (Red+Green+Blue) = 194+149+43=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2952B is #3D6AD4. Grayscale: #969696. Windows color (decimal): -4025045 or 2856386. OLE color: 2856386.

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

Color convert

RGB 194 149 43 -
CMYK 0 0.23 0.78 0.24
HSL 42.12º 0.64% 0.46% -
HSV(B) 42.12º 0.78% 0.76% -
XYZ 33.43 33.14 6.92 -
YUV 150.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 194 149 43 0 0.23 0.78 0.24 42.12 0.64 0.46
Hex C2 95 2B 0 17 4E 18 2A 40 2E
Octal 302 225 53 0 27 116 30 52 100 56
Binary 11000010 10010101 101011 0 10111 1001110 11000 101010 1000000 101110

Color Harmonies of #C2952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2952B

Black with #C2952B

Text Example


Text Example

White with #C2952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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