Html Css Color HEX #C2961B Buddha Gold

📋 copy color: '#C2961B'

red 194 ◦ green 150 ◦ blue 27

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

Shades of Buddha Gold #C2961B

Tints of Buddha Gold #C2961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 52.29%
G = 40.43%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2961B (or 0xC2961B) is known color: Buddha Gold. HEX triplet: C2, 96 and 1B. RGB value is (194,150,27). Sum of RGB (Red+Green+Blue) = 194+150+27=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2961B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2961B is #3D69E4. Grayscale: #959595. Windows color (decimal): -4024805 or 1808066. OLE color: 1808066.

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

Color convert

RGB 194 150 27 -
CMYK 0 0.23 0.86 0.24
HSL 44.19º 0.76% 0.43% -
HSV(B) 44.19º 0.86% 0.76% -
XYZ 33.35 33.36 5.72 -
YUV 149.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 194 150 27 0 0.23 0.86 0.24 44.19 0.76 0.43
Hex C2 96 1B 0 17 56 18 2C 4C 2B
Octal 302 226 33 0 27 126 30 54 114 53
Binary 11000010 10010110 11011 0 10111 1010110 11000 101100 1001100 101011

Color Harmonies of #C2961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2961B

Black with #C2961B

Text Example


Text Example

White with #C2961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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