Html Css Color HEX #C19908 Buddha Gold

📋 copy color: '#C19908'

red 193 ◦ green 153 ◦ blue 8

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

Shades of Buddha Gold #C19908

Tints of Buddha Gold #C19908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.26%

R = 54.52%
G = 43.22%
B = 2.26%

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

#C19908 (or 0xC19908) is known color: Buddha Gold. HEX triplet: C1, 99 and 08. RGB value is (193,153,8). Sum of RGB (Red+Green+Blue) = 193+153+8=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C19908 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19908 is #3E66F7. Grayscale: #959595. Windows color (decimal): -4089592 or 563649. OLE color: 563649.

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

Color convert

RGB 193 153 8 -
CMYK 0 0.21 0.96 0.24
HSL 47.03º 0.92% 0.39% -
HSV(B) 47.03º 0.96% 0.76% -
XYZ 33.43 34.14 5.06 -
YUV 148.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 193 153 8 0 0.21 0.96 0.24 47.03 0.92 0.39
Hex C1 99 8 0 15 60 18 2F 5C 27
Octal 301 231 10 0 25 140 30 57 134 47
Binary 11000001 10011001 1000 0 10101 1100000 11000 101111 1011100 100111

Color Harmonies of #C19908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19908

Black with #C19908

Text Example


Text Example

White with #C19908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19908; }

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

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

background-color css

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

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

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

border-color css

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

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

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