Html Css Color HEX #C0B743 Old Gold

📋 copy color: '#C0B743'

red 192 ◦ green 183 ◦ blue 67

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

Shades of Old Gold #C0B743

Tints of Old Gold #C0B743

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.4%

 BLUE value IS 67 (26.56% from 255) = 15.16%

R = 43.44%
G = 41.4%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#C0B743 (or 0xC0B743) is known color: Old Gold. HEX triplet: C0, B7 and 43. RGB value is (192,183,67). Sum of RGB (Red+Green+Blue) = 192+183+67=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B743 is #3F48BC. Grayscale: #ACACAC. Windows color (decimal): -4147389 or 4437952. OLE color: 4437952.

HSL color Cylindrical-coordinate representation of color #C0B743: hue angle of 55.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0B743 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 67 -
CMYK 0 0.05 0.65 0.25
HSL 55.68º 0.5% 0.51% -
HSV(B) 55.68º 0.65% 0.75% -
XYZ 39.68 45.48 12 -
YUV 172.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 192 183 67 0 0.05 0.65 0.25 55.68 0.5 0.51
Hex C0 B7 43 0 5 41 19 38 32 33
Octal 300 267 103 0 5 101 31 70 62 63
Binary 11000000 10110111 1000011 0 101 1000001 11001 111000 110010 110011

Color Harmonies of #C0B743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B743

Black with #C0B743

Text Example


Text Example

White with #C0B743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B743; }

 p { color: rgb(192,183,67); }

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

background-color css

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

 a { background-color: rgb(192,183,67); }

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

border-color css

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

 span { border-color: rgb(192,183,67); }

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