Html Css Color HEX #CBAE1F Galliano

📋 copy color: '#CBAE1F'

red 203 ◦ green 174 ◦ blue 31

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

Shades of Galliano #CBAE1F

Tints of Galliano #CBAE1F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.65%

 BLUE value IS 31 (12.5% from 255) = 7.6%

R = 49.75%
G = 42.65%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CBAE1F (or 0xCBAE1F) is known color: Galliano. HEX triplet: CB, AE and 1F. RGB value is (203,174,31). Sum of RGB (Red+Green+Blue) = 203+174+31=408 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.75% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 31 (12.5% from 255 or 7.60% from 408); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE1F is #3451E0. Grayscale: #A6A6A6. Windows color (decimal): -3428833 or 2076363. OLE color: 2076363.

HSL color Cylindrical-coordinate representation of color #CBAE1F: hue angle of 49.88º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBAE1F is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 174 31 -
CMYK 0 0.14 0.85 0.20
HSL 49.88º 0.74% 0.46% -
HSV(B) 49.88º 0.85% 0.8% -
XYZ 40.01 43.07 7.5 -
YUV 166.37 51.61 154.13 -
System Red Green Blue C M Y K H S L
Decimal 203 174 31 0 0.14 0.85 0.20 49.88 0.74 0.46
Hex CB AE 1F 0 E 55 14 32 4A 2E
Octal 313 256 37 0 16 125 24 62 112 56
Binary 11001011 10101110 11111 0 1110 1010101 10100 110010 1001010 101110

Color Harmonies of #CBAE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAE1F

Black with #CBAE1F

Text Example


Text Example

White with #CBAE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAE1F; }

 p { color: rgb(203,174,31); }

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

background-color css

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

 a { background-color: rgb(203,174,31); }

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

border-color css

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

 span { border-color: rgb(203,174,31); }

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