Html Css Color HEX #C2970F Buddha Gold

📋 copy color: '#C2970F'

red 194 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #C2970F

Tints of Buddha Gold #C2970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.94%

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 53.89%
G = 41.94%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C2970F (or 0xC2970F) is known color: Buddha Gold. HEX triplet: C2, 97 and 0F. RGB value is (194,151,15). Sum of RGB (Red+Green+Blue) = 194+151+15=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2970F is #3D68F0. Grayscale: #949494. Windows color (decimal): -4024561 or 1021890. OLE color: 1021890.

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

Color convert

RGB 194 151 15 -
CMYK 0 0.22 0.92 0.24
HSL 45.59º 0.86% 0.41% -
HSV(B) 45.59º 0.92% 0.76% -
XYZ 33.4 33.64 5.18 -
YUV 148.35 52.75 160.56 -
System Red Green Blue C M Y K H S L
Decimal 194 151 15 0 0.22 0.92 0.24 45.59 0.86 0.41
Hex C2 97 F 0 16 5C 18 2E 56 29
Octal 302 227 17 0 26 134 30 56 126 51
Binary 11000010 10010111 1111 0 10110 1011100 11000 101110 1010110 101001

Color Harmonies of #C2970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2970F

Black with #C2970F

Text Example


Text Example

White with #C2970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2970F; }

 p { color: rgb(194,151,15); }

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

background-color css

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

 a { background-color: rgb(194,151,15); }

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

border-color css

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

 span { border-color: rgb(194,151,15); }

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