Html Css Color HEX #CF9440 Anzac

📋 copy color: '#CF9440'

red 207 ◦ green 148 ◦ blue 64

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

Shades of Anzac #CF9440

Tints of Anzac #CF9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 49.4%
G = 35.32%
B = 15.27%

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

#CF9440 (or 0xCF9440) is known color: Anzac. HEX triplet: CF, 94 and 40. RGB value is (207,148,64). Sum of RGB (Red+Green+Blue) = 207+148+64=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9440 is #306BBF. Grayscale: #9C9C9C. Windows color (decimal): -3173312 or 4232399. OLE color: 4232399.

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

Color convert

RGB 207 148 64 -
CMYK 0 0.29 0.69 0.19
HSL 35.24º 0.6% 0.53% -
HSV(B) 35.24º 0.69% 0.81% -
XYZ 37.25 34.82 9.61 -
YUV 156.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 207 148 64 0 0.29 0.69 0.19 35.24 0.6 0.53
Hex CF 94 40 0 1D 45 13 23 3C 35
Octal 317 224 100 0 35 105 23 43 74 65
Binary 11001111 10010100 1000000 0 11101 1000101 10011 100011 111100 110101

Color Harmonies of #CF9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9440

Black with #CF9440

Text Example


Text Example

White with #CF9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9440; }

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

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

background-color css

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

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

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

border-color css

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

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

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