Html Css Color HEX #C0B338 Old Gold

📋 copy color: '#C0B338'

red 192 ◦ green 179 ◦ blue 56

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

Shades of Old Gold #C0B338

Tints of Old Gold #C0B338

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.92%

 BLUE value IS 56 (22.27% from 255) = 13.11%

R = 44.96%
G = 41.92%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0B338 (or 0xC0B338) is known color: Old Gold. HEX triplet: C0, B3 and 38. RGB value is (192,179,56). Sum of RGB (Red+Green+Blue) = 192+179+56=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B338 is #3F4CC7. Grayscale: #A9A9A9. Windows color (decimal): -4148424 or 3716032. OLE color: 3716032.

HSL color Cylindrical-coordinate representation of color #C0B338: hue angle of 54.26º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B338 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 56 -
CMYK 0 0.07 0.71 0.25
HSL 54.26º 0.55% 0.49% -
HSV(B) 54.26º 0.71% 0.75% -
XYZ 38.57 43.73 10.15 -
YUV 168.87 64.31 144.5 -
System Red Green Blue C M Y K H S L
Decimal 192 179 56 0 0.07 0.71 0.25 54.26 0.55 0.49
Hex C0 B3 38 0 7 47 19 36 37 31
Octal 300 263 70 0 7 107 31 66 67 61
Binary 11000000 10110011 111000 0 111 1000111 11001 110110 110111 110001

Color Harmonies of #C0B338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B338

Black with #C0B338

Text Example


Text Example

White with #C0B338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B338; }

 p { color: rgb(192,179,56); }

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

background-color css

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

 a { background-color: rgb(192,179,56); }

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

border-color css

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

 span { border-color: rgb(192,179,56); }

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