Html Css Color HEX #C69E23 Buddha Gold

📋 copy color: '#C69E23'

red 198 ◦ green 158 ◦ blue 35

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

Shades of Buddha Gold #C69E23

Tints of Buddha Gold #C69E23

RGB

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

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

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

R = 50.64%
G = 40.41%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C69E23 (or 0xC69E23) is known color: Buddha Gold. HEX triplet: C6, 9E and 23. RGB value is (198,158,35). Sum of RGB (Red+Green+Blue) = 198+158+35=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 35 (14.06% from 255 or 8.95% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E23 is #3961DC. Grayscale: #9C9C9C. Windows color (decimal): -3760605 or 2334406. OLE color: 2334406.

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

Color convert

RGB 198 158 35 -
CMYK 0 0.20 0.82 0.22
HSL 45.28º 0.7% 0.46% -
HSV(B) 45.28º 0.82% 0.78% -
XYZ 35.82 36.58 6.76 -
YUV 155.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 198 158 35 0 0.20 0.82 0.22 45.28 0.7 0.46
Hex C6 9E 23 0 14 52 16 2D 46 2E
Octal 306 236 43 0 24 122 26 55 106 56
Binary 11000110 10011110 100011 0 10100 1010010 10110 101101 1000110 101110

Color Harmonies of #C69E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E23

Black with #C69E23

Text Example


Text Example

White with #C69E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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