Html Css Color HEX #C0B239 Old Gold

📋 copy color: '#C0B239'

red 192 ◦ green 178 ◦ blue 57

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

Shades of Old Gold #C0B239

Tints of Old Gold #C0B239

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.69%

 BLUE value IS 57 (22.66% from 255) = 13.35%

R = 44.96%
G = 41.69%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B239 (or 0xC0B239) is known color: Old Gold. HEX triplet: C0, B2 and 39. RGB value is (192,178,57). Sum of RGB (Red+Green+Blue) = 192+178+57=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B239 is #3F4DC6. Grayscale: #A8A8A8. Windows color (decimal): -4148679 or 3781312. OLE color: 3781312.

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

Color convert

RGB 192 178 57 -
CMYK 0 0.07 0.70 0.25
HSL 53.78º 0.54% 0.49% -
HSV(B) 53.78º 0.7% 0.75% -
XYZ 38.4 43.34 10.21 -
YUV 168.39 65.14 144.84 -
System Red Green Blue C M Y K H S L
Decimal 192 178 57 0 0.07 0.70 0.25 53.78 0.54 0.49
Hex C0 B2 39 0 7 46 19 36 36 31
Octal 300 262 71 0 7 106 31 66 66 61
Binary 11000000 10110010 111001 0 111 1000110 11001 110110 110110 110001

Color Harmonies of #C0B239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B239

Black with #C0B239

Text Example


Text Example

White with #C0B239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B239; }

 p { color: rgb(192,178,57); }

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

background-color css

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

 a { background-color: rgb(192,178,57); }

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

border-color css

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

 span { border-color: rgb(192,178,57); }

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