Html Css Color HEX #CBBA3C Old Gold

📋 copy color: '#CBBA3C'

red 203 ◦ green 186 ◦ blue 60

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

Shades of Old Gold #CBBA3C

Tints of Old Gold #CBBA3C

RGB

 RED value IS 203 (79.69% from 255) = 45.21%

 GREEN value IS 186 (73.05% from 255) = 41.43%

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 45.21%
G = 41.43%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBBA3C (or 0xCBBA3C) is known color: Old Gold. HEX triplet: CB, BA and 3C. RGB value is (203,186,60). Sum of RGB (Red+Green+Blue) = 203+186+60=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA3C is #3445C3. Grayscale: #B1B1B1. Windows color (decimal): -3425732 or 3979979. OLE color: 3979979.

HSL color Cylindrical-coordinate representation of color #CBBA3C: hue angle of 52.87º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBBA3C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 60 -
CMYK 0 0.08 0.70 0.20
HSL 52.87º 0.58% 0.52% -
HSV(B) 52.87º 0.7% 0.8% -
XYZ 43 48.14 11.3 -
YUV 176.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 203 186 60 0 0.08 0.70 0.20 52.87 0.58 0.52
Hex CB BA 3C 0 8 46 14 35 3A 34
Octal 313 272 74 0 10 106 24 65 72 64
Binary 11001011 10111010 111100 0 1000 1000110 10100 110101 111010 110100

Color Harmonies of #CBBA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA3C

Black with #CBBA3C

Text Example


Text Example

White with #CBBA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA3C; }

 p { color: rgb(203,186,60); }

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

background-color css

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

 a { background-color: rgb(203,186,60); }

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

border-color css

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

 span { border-color: rgb(203,186,60); }

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