Html Css Color HEX #C0BB35 Old Gold

📋 copy color: '#C0BB35'

red 192 ◦ green 187 ◦ blue 53

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

Shades of Old Gold #C0BB35

Tints of Old Gold #C0BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.29%

 BLUE value IS 53 (21.09% from 255) = 12.27%

R = 44.44%
G = 43.29%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0BB35 (or 0xC0BB35) is known color: Old Gold. HEX triplet: C0, BB and 35. RGB value is (192,187,53). Sum of RGB (Red+Green+Blue) = 192+187+53=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BB35 is #3F44CA. Grayscale: #ADADAD. Windows color (decimal): -4146379 or 3521472. OLE color: 3521472.

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

Color convert

RGB 192 187 53 -
CMYK 0 0.03 0.72 0.25
HSL 57.84º 0.57% 0.48% -
HSV(B) 57.84º 0.72% 0.75% -
XYZ 40.15 47 10.32 -
YUV 173.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 192 187 53 0 0.03 0.72 0.25 57.84 0.57 0.48
Hex C0 BB 35 0 3 48 19 3A 39 30
Octal 300 273 65 0 3 110 31 72 71 60
Binary 11000000 10111011 110101 0 11 1001000 11001 111010 111001 110000

Color Harmonies of #C0BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB35

Black with #C0BB35

Text Example


Text Example

White with #C0BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB35; }

 p { color: rgb(192,187,53); }

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

background-color css

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

 a { background-color: rgb(192,187,53); }

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

border-color css

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

 span { border-color: rgb(192,187,53); }

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