Html Css Color HEX #CBBA46 Old Gold

📋 copy color: '#CBBA46'

red 203 ◦ green 186 ◦ blue 70

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

Shades of Old Gold #CBBA46

Tints of Old Gold #CBBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 44.23%
G = 40.52%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CBBA46 (or 0xCBBA46) is known color: Old Gold. HEX triplet: CB, BA and 46. RGB value is (203,186,70). Sum of RGB (Red+Green+Blue) = 203+186+70=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA46 is #3445B9. Grayscale: #B2B2B2. Windows color (decimal): -3425722 or 4635339. OLE color: 4635339.

HSL color Cylindrical-coordinate representation of color #CBBA46: hue angle of 52.33º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBBA46 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 186 70 -
CMYK 0 0.08 0.66 0.20
HSL 52.33º 0.56% 0.54% -
HSV(B) 52.33º 0.66% 0.8% -
XYZ 43.29 48.26 12.83 -
YUV 177.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 203 186 70 0 0.08 0.66 0.20 52.33 0.56 0.54
Hex CB BA 46 0 8 42 14 34 38 36
Octal 313 272 106 0 10 102 24 64 70 66
Binary 11001011 10111010 1000110 0 1000 1000010 10100 110100 111000 110110

Color Harmonies of #CBBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBA46

Black with #CBBA46

Text Example


Text Example

White with #CBBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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