Html Css Color HEX #C19907 Buddha Gold

📋 copy color: '#C19907'

red 193 ◦ green 153 ◦ blue 7

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

Shades of Buddha Gold #C19907

Tints of Buddha Gold #C19907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.98%

R = 54.67%
G = 43.34%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C19907 (or 0xC19907) is known color: Buddha Gold. HEX triplet: C1, 99 and 07. RGB value is (193,153,7). Sum of RGB (Red+Green+Blue) = 193+153+7=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C19907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19907 is #3E66F8. Grayscale: #949494. Windows color (decimal): -4089593 or 498113. OLE color: 498113.

HSL color Cylindrical-coordinate representation of color #C19907: hue angle of 47.1º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19907 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 7 -
CMYK 0 0.21 0.96 0.24
HSL 47.1º 0.93% 0.39% -
HSV(B) 47.1º 0.96% 0.76% -
XYZ 33.42 34.14 5.03 -
YUV 148.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 193 153 7 0 0.21 0.96 0.24 47.1 0.93 0.39
Hex C1 99 7 0 15 60 18 2F 5D 27
Octal 301 231 7 0 25 140 30 57 135 47
Binary 11000001 10011001 111 0 10101 1100000 11000 101111 1011101 100111

Color Harmonies of #C19907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19907

Black with #C19907

Text Example


Text Example

White with #C19907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19907; }

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

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

background-color css

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

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

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

border-color css

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

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

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