Html Css Color HEX #C68E16 Buddha Gold

📋 copy color: '#C68E16'

red 198 ◦ green 142 ◦ blue 22

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

Shades of Buddha Gold #C68E16

Tints of Buddha Gold #C68E16

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.23%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 54.7%
G = 39.23%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C68E16 (or 0xC68E16) is known color: Buddha Gold. HEX triplet: C6, 8E and 16. RGB value is (198,142,22). Sum of RGB (Red+Green+Blue) = 198+142+22=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E16 is #3971E9. Grayscale: #919191. Windows color (decimal): -3764714 or 1478342. OLE color: 1478342.

HSL color Cylindrical-coordinate representation of color #C68E16: hue angle of 40.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C68E16 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 142 22 -
CMYK 0 0.28 0.89 0.22
HSL 40.91º 0.8% 0.43% -
HSV(B) 40.91º 0.89% 0.78% -
XYZ 33.11 31.41 5.08 -
YUV 145.06 58.55 165.76 -
System Red Green Blue C M Y K H S L
Decimal 198 142 22 0 0.28 0.89 0.22 40.91 0.8 0.43
Hex C6 8E 16 0 1C 59 16 29 50 2B
Octal 306 216 26 0 34 131 26 51 120 53
Binary 11000110 10001110 10110 0 11100 1011001 10110 101001 1010000 101011

Color Harmonies of #C68E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E16

Black with #C68E16

Text Example


Text Example

White with #C68E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E16; }

 p { color: rgb(198,142,22); }

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

background-color css

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

 a { background-color: rgb(198,142,22); }

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

border-color css

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

 span { border-color: rgb(198,142,22); }

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