Html Css Color HEX #CBA43C Metallic Gold

📋 copy color: '#CBA43C'

red 203 ◦ green 164 ◦ blue 60

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

Shades of Metallic Gold #CBA43C

Tints of Metallic Gold #CBA43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 47.54%
G = 38.41%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CBA43C (or 0xCBA43C) is known color: Metallic Gold. HEX triplet: CB, A4 and 3C. RGB value is (203,164,60). Sum of RGB (Red+Green+Blue) = 203+164+60=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA43C is #345BC3. Grayscale: #A4A4A4. Windows color (decimal): -3431364 or 3974347. OLE color: 3974347.

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

Color convert

RGB 203 164 60 -
CMYK 0 0.19 0.70 0.20
HSL 43.64º 0.58% 0.52% -
HSV(B) 43.64º 0.7% 0.8% -
XYZ 38.72 39.57 9.87 -
YUV 163.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 203 164 60 0 0.19 0.70 0.20 43.64 0.58 0.52
Hex CB A4 3C 0 13 46 14 2C 3A 34
Octal 313 244 74 0 23 106 24 54 72 64
Binary 11001011 10100100 111100 0 10011 1000110 10100 101100 111010 110100

Color Harmonies of #CBA43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA43C

Black with #CBA43C

Text Example


Text Example

White with #CBA43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA43C; }

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

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

background-color css

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

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

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

border-color css

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

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

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