Html Css Color HEX #C68E19 Buddha Gold

📋 copy color: '#C68E19'

red 198 ◦ green 142 ◦ blue 25

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

Shades of Buddha Gold #C68E19

Tints of Buddha Gold #C68E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.85%

R = 54.25%
G = 38.9%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C68E19 (or 0xC68E19) is known color: Buddha Gold. HEX triplet: C6, 8E and 19. RGB value is (198,142,25). Sum of RGB (Red+Green+Blue) = 198+142+25=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68E19 is #3971E6. Grayscale: #919191. Windows color (decimal): -3764711 or 1674950. OLE color: 1674950.

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

Color convert

RGB 198 142 25 -
CMYK 0 0.28 0.87 0.22
HSL 40.58º 0.78% 0.44% -
HSV(B) 40.58º 0.87% 0.78% -
XYZ 33.14 31.42 5.24 -
YUV 145.41 60.05 165.51 -
System Red Green Blue C M Y K H S L
Decimal 198 142 25 0 0.28 0.87 0.22 40.58 0.78 0.44
Hex C6 8E 19 0 1C 57 16 29 4E 2C
Octal 306 216 31 0 34 127 26 51 116 54
Binary 11000110 10001110 11001 0 11100 1010111 10110 101001 1001110 101100

Color Harmonies of #C68E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68E19

Black with #C68E19

Text Example


Text Example

White with #C68E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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