Html Css Color HEX #C2961E Buddha Gold

📋 copy color: '#C2961E'

red 194 ◦ green 150 ◦ blue 30

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

Shades of Buddha Gold #C2961E

Tints of Buddha Gold #C2961E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.11%

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 51.87%
G = 40.11%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2961E (or 0xC2961E) is known color: Buddha Gold. HEX triplet: C2, 96 and 1E. RGB value is (194,150,30). Sum of RGB (Red+Green+Blue) = 194+150+30=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C2961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2961E is #3D69E1. Grayscale: #969696. Windows color (decimal): -4024802 or 2004674. OLE color: 2004674.

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

Color convert

RGB 194 150 30 -
CMYK 0 0.23 0.85 0.24
HSL 43.9º 0.73% 0.44% -
HSV(B) 43.9º 0.85% 0.76% -
XYZ 33.39 33.38 5.91 -
YUV 149.48 60.58 159.76 -
System Red Green Blue C M Y K H S L
Decimal 194 150 30 0 0.23 0.85 0.24 43.9 0.73 0.44
Hex C2 96 1E 0 17 55 18 2C 49 2C
Octal 302 226 36 0 27 125 30 54 111 54
Binary 11000010 10010110 11110 0 10111 1010101 11000 101100 1001001 101100

Color Harmonies of #C2961E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2961E

Black with #C2961E

Text Example


Text Example

White with #C2961E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2961E; }

 p { color: rgb(194,150,30); }

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

background-color css

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

 a { background-color: rgb(194,150,30); }

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

border-color css

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

 span { border-color: rgb(194,150,30); }

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