#CF9A1C

Color #CF9A1C Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CF9A1C

Tints of Galliano #CF9A1C

Color information

#CF9A1C (or 0xCF9A1C) is unknown color: approx Galliano. HEX triplet: CF, 9A and 1C. RGB value is (207,154,28). Sum of RGB (Red+Green+Blue) = 207+154+28=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A1C is #3065E3. Grayscale: #9C9C9C. Windows color (decimal): -3171812 or 1874639. OLE color: 1874639.

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

Color convert

RGB20715428-
CMYK00.260.860.19
HSL42.23º76.17%46.08%-
HSV(B)42.23º86.47%81.18%-
XYZ37.536.466.16-
YUV155.4856.06164.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.21%
GREEN value IS 154 (60.55% from 255) = 39.59%
BLUE value IS 28 (11.33% from 255) = 7.20%
R=53.21%
G=39.59%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071542800.260.860.1942.2376.1746.08
HexCF9A1C01A56132a4c2e
Octal31723234032126235211456
Binary1100111110011010111000110101010110100111010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9A1C; }

 p { color: rgb(207,154,28); }

 H1.HeaderClassName
 {
   color: #CF9A1C;
 }
 .AnyTagClassName
 {
   color: #CF9A1C;
 }
</style>
background-color css

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

 a { background-color: rgb(207,154,28); }

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

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

 span { border-color: rgb(207,154,28); }

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