Html Css Color HEX #C1990F Buddha Gold

📋 copy color: '#C1990F'

red 193 ◦ green 153 ◦ blue 15

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

Shades of Buddha Gold #C1990F

Tints of Buddha Gold #C1990F

RGB

 RED value IS 193 (75.78% from 255) = 53.46%

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 53.46%
G = 42.38%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1990F (or 0xC1990F) is known color: Buddha Gold. HEX triplet: C1, 99 and 0F. RGB value is (193,153,15). Sum of RGB (Red+Green+Blue) = 193+153+15=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C1990F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C1990F is #3E66F0. Grayscale: #959595. Windows color (decimal): -4089585 or 1022401. OLE color: 1022401.

HSL color Cylindrical-coordinate representation of color #C1990F: hue angle of 46.52º 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 #C1990F is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 15 -
CMYK 0 0.21 0.92 0.24
HSL 46.52º 0.86% 0.41% -
HSV(B) 46.52º 0.92% 0.76% -
XYZ 33.47 34.15 5.28 -
YUV 149.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 193 153 15 0 0.21 0.92 0.24 46.52 0.86 0.41
Hex C1 99 F 0 15 5C 18 2F 56 29
Octal 301 231 17 0 25 134 30 57 126 51
Binary 11000001 10011001 1111 0 10101 1011100 11000 101111 1010110 101001

Color Harmonies of #C1990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1990F

Black with #C1990F

Text Example


Text Example

White with #C1990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1990F; }

 p { color: rgb(193,153,15); }

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

background-color css

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

 a { background-color: rgb(193,153,15); }

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

border-color css

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

 span { border-color: rgb(193,153,15); }

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