Html Css Color HEX #CBA025 Galliano

📋 copy color: '#CBA025'

red 203 ◦ green 160 ◦ blue 37

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

Shades of Galliano #CBA025

Tints of Galliano #CBA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40%

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 50.75%
G = 40%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CBA025 (or 0xCBA025) is known color: Galliano. HEX triplet: CB, A0 and 25. RGB value is (203,160,37). Sum of RGB (Red+Green+Blue) = 203+160+37=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA025 is #345FDA. Grayscale: #9F9F9F. Windows color (decimal): -3432411 or 2465995. OLE color: 2465995.

HSL color Cylindrical-coordinate representation of color #CBA025: hue angle of 44.46º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBA025 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 37 -
CMYK 0 0.21 0.82 0.20
HSL 44.46º 0.69% 0.47% -
HSV(B) 44.46º 0.82% 0.8% -
XYZ 37.53 37.97 7.1 -
YUV 158.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 203 160 37 0 0.21 0.82 0.20 44.46 0.69 0.47
Hex CB A0 25 0 15 52 14 2C 45 2F
Octal 313 240 45 0 25 122 24 54 105 57
Binary 11001011 10100000 100101 0 10101 1010010 10100 101100 1000101 101111

Color Harmonies of #CBA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA025

Black with #CBA025

Text Example


Text Example

White with #CBA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA025; }

 p { color: rgb(203,160,37); }

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

background-color css

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

 a { background-color: rgb(203,160,37); }

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

border-color css

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

 span { border-color: rgb(203,160,37); }

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