#CF993F

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

Shades of Anzac #CF993F

Tints of Anzac #CF993F

Color information

#CF993F (or 0xCF993F) is unknown color: approx Anzac. HEX triplet: CF, 99 and 3F. RGB value is (207,153,63). Sum of RGB (Red+Green+Blue) = 207+153+63=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 63 (25% from 255 or 14.89% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF993F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF993F is #3066C0. Grayscale: #9F9F9F. Windows color (decimal): -3172033 or 4168143. OLE color: 4168143.

HSL color Cylindrical-coordinate representation of color #CF993F: hue angle of 37.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF993F is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20715363-
CMYK00.260.700.19
HSL37.5º60%52.94%-
HSV(B)37.5º69.57%81.18%-
XYZ38.0236.419.73-
YUV158.8973.89162.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.94%
GREEN value IS 153 (60.16% from 255) = 36.17%
BLUE value IS 63 (25% from 255) = 14.89%
R=48.94%
G=36.17%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071536300.260.700.1937.56052.94
HexCF993F01A4613263c35
Octal3172317703210623467465
Binary1100111110011001111111011010100011010011100110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF993F; }

 p { color: rgb(207,153,63); }

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

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

 a { background-color: rgb(207,153,63); }

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

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

 span { border-color: rgb(207,153,63); }

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