Html Css Color HEX #CBA41C Galliano

📋 copy color: '#CBA41C'

red 203 ◦ green 164 ◦ blue 28

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

Shades of Galliano #CBA41C

Tints of Galliano #CBA41C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 51.39%
G = 41.52%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBA41C (or 0xCBA41C) is known color: Galliano. HEX triplet: CB, A4 and 1C. RGB value is (203,164,28). Sum of RGB (Red+Green+Blue) = 203+164+28=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA41C is #345BE3. Grayscale: #A0A0A0. Windows color (decimal): -3431396 or 1877195. OLE color: 1877195.

HSL color Cylindrical-coordinate representation of color #CBA41C: hue angle of 46.63º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CBA41C is Cyan = 0, Magento = 0.19, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 28 -
CMYK 0 0.19 0.86 0.20
HSL 46.63º 0.76% 0.45% -
HSV(B) 46.63º 0.86% 0.8% -
XYZ 38.11 39.33 6.68 -
YUV 160.16 53.42 158.56 -
System Red Green Blue C M Y K H S L
Decimal 203 164 28 0 0.19 0.86 0.20 46.63 0.76 0.45
Hex CB A4 1C 0 13 56 14 2F 4C 2D
Octal 313 244 34 0 23 126 24 57 114 55
Binary 11001011 10100100 11100 0 10011 1010110 10100 101111 1001100 101101

Color Harmonies of #CBA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA41C

Black with #CBA41C

Text Example


Text Example

White with #CBA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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