Html Css Color HEX #C69E0F Buddha Gold

📋 copy color: '#C69E0F'

red 198 ◦ green 158 ◦ blue 15

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

Shades of Buddha Gold #C69E0F

Tints of Buddha Gold #C69E0F

RGB

 RED value IS 198 (77.73% from 255) = 53.37%

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

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

R = 53.37%
G = 42.59%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C69E0F (or 0xC69E0F) is known color: Buddha Gold. HEX triplet: C6, 9E and 0F. RGB value is (198,158,15). Sum of RGB (Red+Green+Blue) = 198+158+15=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69E0F is #3961F0. Grayscale: #9A9A9A. Windows color (decimal): -3760625 or 1023686. OLE color: 1023686.

HSL color Cylindrical-coordinate representation of color #C69E0F: hue angle of 46.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C69E0F is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 158 15 -
CMYK 0 0.20 0.92 0.22
HSL 46.89º 0.86% 0.42% -
HSV(B) 46.89º 0.92% 0.78% -
XYZ 35.6 36.49 5.62 -
YUV 153.66 49.75 159.63 -
System Red Green Blue C M Y K H S L
Decimal 198 158 15 0 0.20 0.92 0.22 46.89 0.86 0.42
Hex C6 9E F 0 14 5C 16 2F 56 2A
Octal 306 236 17 0 24 134 26 57 126 52
Binary 11000110 10011110 1111 0 10100 1011100 10110 101111 1010110 101010

Color Harmonies of #C69E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E0F

Black with #C69E0F

Text Example


Text Example

White with #C69E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E0F; }

 p { color: rgb(198,158,15); }

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

background-color css

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

 a { background-color: rgb(198,158,15); }

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

border-color css

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

 span { border-color: rgb(198,158,15); }

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