Html Css Color HEX #C4970F Buddha Gold

📋 copy color: '#C4970F'

red 196 ◦ green 151 ◦ blue 15

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

Shades of Buddha Gold #C4970F

Tints of Buddha Gold #C4970F

RGB

 RED value IS 196 (76.95% from 255) = 54.14%

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

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

R = 54.14%
G = 41.71%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4970F (or 0xC4970F) is known color: Buddha Gold. HEX triplet: C4, 97 and 0F. RGB value is (196,151,15). Sum of RGB (Red+Green+Blue) = 196+151+15=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C4970F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C4970F is #3B68F0. Grayscale: #959595. Windows color (decimal): -3893489 or 1021892. OLE color: 1021892.

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

Color convert

RGB 196 151 15 -
CMYK 0 0.23 0.92 0.23
HSL 45.08º 0.86% 0.41% -
HSV(B) 45.08º 0.92% 0.77% -
XYZ 33.92 33.9 5.21 -
YUV 148.95 52.41 161.56 -
System Red Green Blue C M Y K H S L
Decimal 196 151 15 0 0.23 0.92 0.23 45.08 0.86 0.41
Hex C4 97 F 0 17 5C 17 2D 56 29
Octal 304 227 17 0 27 134 27 55 126 51
Binary 11000100 10010111 1111 0 10111 1011100 10111 101101 1010110 101001

Color Harmonies of #C4970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4970F

Black with #C4970F

Text Example


Text Example

White with #C4970F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4970F; }

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

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

background-color css

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

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

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

border-color css

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

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

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