Html Css Color HEX #C38E17 Buddha Gold

📋 copy color: '#C38E17'

red 195 ◦ green 142 ◦ blue 23

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

Shades of Buddha Gold #C38E17

Tints of Buddha Gold #C38E17

RGB

 RED value IS 195 (76.56% from 255) = 54.17%

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

 BLUE value IS 23 (9.38% from 255) = 6.39%

R = 54.17%
G = 39.44%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C38E17 (or 0xC38E17) is known color: Buddha Gold. HEX triplet: C3, 8E and 17. RGB value is (195,142,23). Sum of RGB (Red+Green+Blue) = 195+142+23=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C38E17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C38E17 is #3C71E8. Grayscale: #909090. Windows color (decimal): -3961321 or 1543875. OLE color: 1543875.

HSL color Cylindrical-coordinate representation of color #C38E17: hue angle of 41.51º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C38E17 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 142 23 -
CMYK 0 0.27 0.88 0.24
HSL 41.51º 0.79% 0.43% -
HSV(B) 41.51º 0.88% 0.76% -
XYZ 32.33 31.01 5.09 -
YUV 144.28 59.56 164.18 -
System Red Green Blue C M Y K H S L
Decimal 195 142 23 0 0.27 0.88 0.24 41.51 0.79 0.43
Hex C3 8E 17 0 1B 58 18 2A 4F 2B
Octal 303 216 27 0 33 130 30 52 117 53
Binary 11000011 10001110 10111 0 11011 1011000 11000 101010 1001111 101011

Color Harmonies of #C38E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38E17

Black with #C38E17

Text Example


Text Example

White with #C38E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38E17; }

 p { color: rgb(195,142,23); }

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

background-color css

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

 a { background-color: rgb(195,142,23); }

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

border-color css

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

 span { border-color: rgb(195,142,23); }

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