Html Css Color HEX #CBA23C Metallic Gold

📋 copy color: '#CBA23C'

red 203 ◦ green 162 ◦ blue 60

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

Shades of Metallic Gold #CBA23C

Tints of Metallic Gold #CBA23C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.12%

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

R = 47.76%
G = 38.12%
B = 14.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA23C (or 0xCBA23C) is known color: Metallic Gold. HEX triplet: CB, A2 and 3C. RGB value is (203,162,60). Sum of RGB (Red+Green+Blue) = 203+162+60=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 60 (23.83% from 255 or 14.12% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA23C is #345DC3. Grayscale: #A3A3A3. Windows color (decimal): -3431876 or 3973835. OLE color: 3973835.

HSL color Cylindrical-coordinate representation of color #CBA23C: hue angle of 42.8º 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 #CBA23C is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 60 -
CMYK 0 0.20 0.70 0.20
HSL 42.8º 0.58% 0.52% -
HSV(B) 42.8º 0.7% 0.8% -
XYZ 38.36 38.86 9.75 -
YUV 162.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 203 162 60 0 0.20 0.70 0.20 42.8 0.58 0.52
Hex CB A2 3C 0 14 46 14 2B 3A 34
Octal 313 242 74 0 24 106 24 53 72 64
Binary 11001011 10100010 111100 0 10100 1000110 10100 101011 111010 110100

Color Harmonies of #CBA23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA23C

Black with #CBA23C

Text Example


Text Example

White with #CBA23C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA23C; }

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

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

background-color css

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

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

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

border-color css

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

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

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