Html Css Color HEX #C0B233 Old Gold

📋 copy color: '#C0B233'

red 192 ◦ green 178 ◦ blue 51

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

Shades of Old Gold #C0B233

Tints of Old Gold #C0B233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.11%

R = 45.61%
G = 42.28%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B233 (or 0xC0B233) is known color: Old Gold. HEX triplet: C0, B2 and 33. RGB value is (192,178,51). Sum of RGB (Red+Green+Blue) = 192+178+51=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 51 (20.31% from 255 or 12.11% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B233 is #3F4DCC. Grayscale: #A8A8A8. Windows color (decimal): -4148685 or 3388096. OLE color: 3388096.

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

Color convert

RGB 192 178 51 -
CMYK 0 0.07 0.73 0.25
HSL 54.04º 0.58% 0.48% -
HSV(B) 54.04º 0.73% 0.75% -
XYZ 38.26 43.29 9.47 -
YUV 167.71 62.14 145.33 -
System Red Green Blue C M Y K H S L
Decimal 192 178 51 0 0.07 0.73 0.25 54.04 0.58 0.48
Hex C0 B2 33 0 7 49 19 36 3A 30
Octal 300 262 63 0 7 111 31 66 72 60
Binary 11000000 10110010 110011 0 111 1001001 11001 110110 111010 110000

Color Harmonies of #C0B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B233

Black with #C0B233

Text Example


Text Example

White with #C0B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B233; }

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

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

background-color css

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

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

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

border-color css

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

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

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