Html Css Color HEX #C19E23 Buddha Gold

📋 copy color: '#C19E23'

red 193 ◦ green 158 ◦ blue 35

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

Shades of Buddha Gold #C19E23

Tints of Buddha Gold #C19E23

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.93%

 BLUE value IS 35 (14.06% from 255) = 9.07%

R = 50%
G = 40.93%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C19E23 (or 0xC19E23) is known color: Buddha Gold. HEX triplet: C1, 9E and 23. RGB value is (193,158,35). Sum of RGB (Red+Green+Blue) = 193+158+35=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19E23 is #3E61DC. Grayscale: #9A9A9A. Windows color (decimal): -4088285 or 2334401. OLE color: 2334401.

HSL color Cylindrical-coordinate representation of color #C19E23: hue angle of 46.71º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C19E23 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 158 35 -
CMYK 0 0.18 0.82 0.24
HSL 46.71º 0.69% 0.45% -
HSV(B) 46.71º 0.82% 0.76% -
XYZ 34.52 35.91 6.7 -
YUV 154.44 60.6 155.5 -
System Red Green Blue C M Y K H S L
Decimal 193 158 35 0 0.18 0.82 0.24 46.71 0.69 0.45
Hex C1 9E 23 0 12 52 18 2F 45 2D
Octal 301 236 43 0 22 122 30 57 105 55
Binary 11000001 10011110 100011 0 10010 1010010 11000 101111 1000101 101101

Color Harmonies of #C19E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19E23

Black with #C19E23

Text Example


Text Example

White with #C19E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19E23; }

 p { color: rgb(193,158,35); }

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

background-color css

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

 a { background-color: rgb(193,158,35); }

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

border-color css

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

 span { border-color: rgb(193,158,35); }

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