Html Css Color HEX #CF913F Anzac

📋 copy color: '#CF913F'

red 207 ◦ green 145 ◦ blue 63

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

Shades of Anzac #CF913F

Tints of Anzac #CF913F

RGB

 RED value IS 207 (81.25% from 255) = 49.88%

 GREEN value IS 145 (57.03% from 255) = 34.94%

 BLUE value IS 63 (25% from 255) = 15.18%

R = 49.88%
G = 34.94%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF913F (or 0xCF913F) is known color: Anzac. HEX triplet: CF, 91 and 3F. RGB value is (207,145,63). Sum of RGB (Red+Green+Blue) = 207+145+63=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF913F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF913F is #306EC0. Grayscale: #9A9A9A. Windows color (decimal): -3174081 or 4166095. OLE color: 4166095.

HSL color Cylindrical-coordinate representation of color #CF913F: hue angle of 34.17º 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 #CF913F is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 63 -
CMYK 0 0.30 0.70 0.19
HSL 34.17º 0.6% 0.53% -
HSV(B) 34.17º 0.7% 0.81% -
XYZ 36.75 33.88 9.3 -
YUV 154.19 76.54 165.67 -
System Red Green Blue C M Y K H S L
Decimal 207 145 63 0 0.30 0.70 0.19 34.17 0.6 0.53
Hex CF 91 3F 0 1E 46 13 22 3C 35
Octal 317 221 77 0 36 106 23 42 74 65
Binary 11001111 10010001 111111 0 11110 1000110 10011 100010 111100 110101

Color Harmonies of #CF913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF913F

Black with #CF913F

Text Example


Text Example

White with #CF913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF913F; }

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

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

background-color css

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

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

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

border-color css

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

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

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