Html Css Color HEX #CBAD1C Galliano

📋 copy color: '#CBAD1C'

red 203 ◦ green 173 ◦ blue 28

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

Shades of Galliano #CBAD1C

Tints of Galliano #CBAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

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

R = 50.25%
G = 42.82%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CBAD1C (or 0xCBAD1C) is known color: Galliano. HEX triplet: CB, AD and 1C. RGB value is (203,173,28). Sum of RGB (Red+Green+Blue) = 203+173+28=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD1C is #3452E3. Grayscale: #A6A6A6. Windows color (decimal): -3429092 or 1879499. OLE color: 1879499.

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

Color convert

RGB 203 173 28 -
CMYK 0 0.15 0.86 0.20
HSL 49.71º 0.76% 0.45% -
HSV(B) 49.71º 0.86% 0.8% -
XYZ 39.78 42.67 7.24 -
YUV 165.44 50.44 154.79 -
System Red Green Blue C M Y K H S L
Decimal 203 173 28 0 0.15 0.86 0.20 49.71 0.76 0.45
Hex CB AD 1C 0 F 56 14 32 4C 2D
Octal 313 255 34 0 17 126 24 62 114 55
Binary 11001011 10101101 11100 0 1111 1010110 10100 110010 1001100 101101

Color Harmonies of #CBAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAD1C

Black with #CBAD1C

Text Example


Text Example

White with #CBAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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