Html Css Color HEX #C08F1A Buddha Gold

📋 copy color: '#C08F1A'

red 192 ◦ green 143 ◦ blue 26

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

Shades of Buddha Gold #C08F1A

Tints of Buddha Gold #C08F1A

RGB

 RED value IS 192 (75.39% from 255) = 53.19%

 GREEN value IS 143 (56.25% from 255) = 39.61%

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 53.19%
G = 39.61%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#C08F1A (or 0xC08F1A) is known color: Buddha Gold. HEX triplet: C0, 8F and 1A. RGB value is (192,143,26). Sum of RGB (Red+Green+Blue) = 192+143+26=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08F1A is #3F70E5. Grayscale: #909090. Windows color (decimal): -4157670 or 1740736. OLE color: 1740736.

HSL color Cylindrical-coordinate representation of color #C08F1A: hue angle of 42.29º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C08F1A is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 143 26 -
CMYK 0 0.26 0.86 0.25
HSL 42.29º 0.76% 0.43% -
HSV(B) 42.29º 0.86% 0.75% -
XYZ 31.75 30.93 5.27 -
YUV 144.31 61.23 162.01 -
System Red Green Blue C M Y K H S L
Decimal 192 143 26 0 0.26 0.86 0.25 42.29 0.76 0.43
Hex C0 8F 1A 0 1A 56 19 2A 4C 2B
Octal 300 217 32 0 32 126 31 52 114 53
Binary 11000000 10001111 11010 0 11010 1010110 11001 101010 1001100 101011

Color Harmonies of #C08F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08F1A

Black with #C08F1A

Text Example


Text Example

White with #C08F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08F1A; }

 p { color: rgb(192,143,26); }

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

background-color css

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

 a { background-color: rgb(192,143,26); }

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

border-color css

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

 span { border-color: rgb(192,143,26); }

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