Html Css Color HEX #CF9240 Anzac

📋 copy color: '#CF9240'

red 207 ◦ green 146 ◦ blue 64

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

Shades of Anzac #CF9240

Tints of Anzac #CF9240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 64 (25.39% from 255) = 15.35%

R = 49.64%
G = 35.01%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9240 (or 0xCF9240) is known color: Anzac. HEX triplet: CF, 92 and 40. RGB value is (207,146,64). Sum of RGB (Red+Green+Blue) = 207+146+64=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9240 is #306DBF. Grayscale: #9B9B9B. Windows color (decimal): -3173824 or 4231887. OLE color: 4231887.

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

Color convert

RGB 207 146 64 -
CMYK 0 0.29 0.69 0.19
HSL 34.41º 0.6% 0.53% -
HSV(B) 34.41º 0.69% 0.81% -
XYZ 36.94 34.19 9.5 -
YUV 154.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 207 146 64 0 0.29 0.69 0.19 34.41 0.6 0.53
Hex CF 92 40 0 1D 45 13 22 3C 35
Octal 317 222 100 0 35 105 23 42 74 65
Binary 11001111 10010010 1000000 0 11101 1000101 10011 100010 111100 110101

Color Harmonies of #CF9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9240

Black with #CF9240

Text Example


Text Example

White with #CF9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9240; }

 p { color: rgb(207,146,64); }

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

background-color css

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

 a { background-color: rgb(207,146,64); }

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

border-color css

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

 span { border-color: rgb(207,146,64); }

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