Html Css Color HEX #CF9340 Anzac

📋 copy color: '#CF9340'

red 207 ◦ green 147 ◦ blue 64

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

Shades of Anzac #CF9340

Tints of Anzac #CF9340

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

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

R = 49.52%
G = 35.17%
B = 15.31%

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

#CF9340 (or 0xCF9340) is known color: Anzac. HEX triplet: CF, 93 and 40. RGB value is (207,147,64). Sum of RGB (Red+Green+Blue) = 207+147+64=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9340 is #306CBF. Grayscale: #9B9B9B. Windows color (decimal): -3173568 or 4232143. OLE color: 4232143.

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

Color convert

RGB 207 147 64 -
CMYK 0 0.29 0.69 0.19
HSL 34.83º 0.6% 0.53% -
HSV(B) 34.83º 0.69% 0.81% -
XYZ 37.09 34.5 9.56 -
YUV 155.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 207 147 64 0 0.29 0.69 0.19 34.83 0.6 0.53
Hex CF 93 40 0 1D 45 13 23 3C 35
Octal 317 223 100 0 35 105 23 43 74 65
Binary 11001111 10010011 1000000 0 11101 1000101 10011 100011 111100 110101

Color Harmonies of #CF9340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9340

Black with #CF9340

Text Example


Text Example

White with #CF9340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9340; }

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

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

background-color css

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

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

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

border-color css

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

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

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