Html Css Color HEX #C69C18 Buddha Gold

📋 copy color: '#C69C18'

red 198 ◦ green 156 ◦ blue 24

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

Shades of Buddha Gold #C69C18

Tints of Buddha Gold #C69C18

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 24 (9.77% from 255) = 6.35%

R = 52.38%
G = 41.27%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C69C18 (or 0xC69C18) is known color: Buddha Gold. HEX triplet: C6, 9C and 18. RGB value is (198,156,24). Sum of RGB (Red+Green+Blue) = 198+156+24=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 24 (9.77% from 255 or 6.35% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C69C18 is #3963E7. Grayscale: #9A9A9A. Windows color (decimal): -3761128 or 1612998. OLE color: 1612998.

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

Color convert

RGB 198 156 24 -
CMYK 0 0.21 0.88 0.22
HSL 45.52º 0.78% 0.44% -
HSV(B) 45.52º 0.88% 0.78% -
XYZ 35.34 35.85 5.92 -
YUV 153.51 54.91 159.73 -
System Red Green Blue C M Y K H S L
Decimal 198 156 24 0 0.21 0.88 0.22 45.52 0.78 0.44
Hex C6 9C 18 0 15 58 16 2E 4E 2C
Octal 306 234 30 0 25 130 26 56 116 54
Binary 11000110 10011100 11000 0 10101 1011000 10110 101110 1001110 101100

Color Harmonies of #C69C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69C18

Black with #C69C18

Text Example


Text Example

White with #C69C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69C18; }

 p { color: rgb(198,156,24); }

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

background-color css

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

 a { background-color: rgb(198,156,24); }

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

border-color css

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

 span { border-color: rgb(198,156,24); }

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