Html Css Color HEX #CF9640 Anzac

📋 copy color: '#CF9640'

red 207 ◦ green 150 ◦ blue 64

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

Shades of Anzac #CF9640

Tints of Anzac #CF9640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.63%

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

R = 49.17%
G = 35.63%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9640 (or 0xCF9640) is known color: Anzac. HEX triplet: CF, 96 and 40. RGB value is (207,150,64). Sum of RGB (Red+Green+Blue) = 207+150+64=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 64 (25.39% from 255 or 15.20% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9640 is #3069BF. Grayscale: #9D9D9D. Windows color (decimal): -3172800 or 4232911. OLE color: 4232911.

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

Color convert

RGB 207 150 64 -
CMYK 0 0.28 0.69 0.19
HSL 36.08º 0.6% 0.53% -
HSV(B) 36.08º 0.69% 0.81% -
XYZ 37.56 35.45 9.71 -
YUV 157.24 75.38 163.49 -
System Red Green Blue C M Y K H S L
Decimal 207 150 64 0 0.28 0.69 0.19 36.08 0.6 0.53
Hex CF 96 40 0 1C 45 13 24 3C 35
Octal 317 226 100 0 34 105 23 44 74 65
Binary 11001111 10010110 1000000 0 11100 1000101 10011 100100 111100 110101

Color Harmonies of #CF9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9640

Black with #CF9640

Text Example


Text Example

White with #CF9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9640; }

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

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

background-color css

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

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

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

border-color css

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

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

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