Html Css Color HEX #CF8F41 Anzac

📋 copy color: '#CF8F41'

red 207 ◦ green 143 ◦ blue 65

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

Shades of Anzac #CF8F41

Tints of Anzac #CF8F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.46%

 BLUE value IS 65 (25.78% from 255) = 15.66%

R = 49.88%
G = 34.46%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF8F41 (or 0xCF8F41) is known color: Anzac. HEX triplet: CF, 8F and 41. RGB value is (207,143,65). Sum of RGB (Red+Green+Blue) = 207+143+65=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F41 is #3070BE. Grayscale: #999999. Windows color (decimal): -3174591 or 4296655. OLE color: 4296655.

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

Color convert

RGB 207 143 65 -
CMYK 0 0.31 0.69 0.19
HSL 32.96º 0.6% 0.53% -
HSV(B) 32.96º 0.69% 0.81% -
XYZ 36.51 33.29 9.5 -
YUV 153.24 78.2 166.34 -
System Red Green Blue C M Y K H S L
Decimal 207 143 65 0 0.31 0.69 0.19 32.96 0.6 0.53
Hex CF 8F 41 0 1F 45 13 21 3C 35
Octal 317 217 101 0 37 105 23 41 74 65
Binary 11001111 10001111 1000001 0 11111 1000101 10011 100001 111100 110101

Color Harmonies of #CF8F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F41

Black with #CF8F41

Text Example


Text Example

White with #CF8F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F41; }

 p { color: rgb(207,143,65); }

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

background-color css

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

 a { background-color: rgb(207,143,65); }

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

border-color css

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

 span { border-color: rgb(207,143,65); }

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