#CF930C

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

Shades of Gamboge #CF930C

Tints of Gamboge #CF930C

Color information

#CF930C (or 0xCF930C) is unknown color: approx Gamboge. HEX triplet: CF, 93 and 0C. RGB value is (207,147,12). Sum of RGB (Red+Green+Blue) = 207+147+12=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 12 (5.08% from 255 or 3.28% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF930C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF930C is #306CF3. Grayscale: #969696. Windows color (decimal): -3173620 or 824271. OLE color: 824271.

HSL color Cylindrical-coordinate representation of color #CF930C: hue angle of 41.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF930C is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20714712-
CMYK00.290.940.19
HSL41.54º89.04%42.94%-
HSV(B)41.54º94.2%81.18%-
XYZ36.2334.165.03-
YUV149.5550.38168.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 56.56%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 12 (5.08% from 255) = 3.28%
R=56.56%
G=40.16%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071471200.290.940.1941.5489.0442.94
HexCF93C01D5E132a592b
Octal31722314035136235213153
Binary110011111001001111000111011011110100111010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF930C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF930C; }

 p { color: rgb(207,147,12); }

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

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

 a { background-color: rgb(207,147,12); }

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

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

 span { border-color: rgb(207,147,12); }

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