Html Css Color HEX #CF8E3E Anzac

📋 copy color: '#CF8E3E'

red 207 ◦ green 142 ◦ blue 62

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

Shades of Anzac #CF8E3E

Tints of Anzac #CF8E3E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

 BLUE value IS 62 (24.61% from 255) = 15.09%

R = 50.36%
G = 34.55%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF8E3E (or 0xCF8E3E) is known color: Anzac. HEX triplet: CF, 8E and 3E. RGB value is (207,142,62). Sum of RGB (Red+Green+Blue) = 207+142+62=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8E3E is #3071C1. Grayscale: #989898. Windows color (decimal): -3174850 or 4099791. OLE color: 4099791.

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

Color convert

RGB 207 142 62 -
CMYK 0 0.31 0.70 0.19
HSL 33.1º 0.6% 0.53% -
HSV(B) 33.1º 0.7% 0.81% -
XYZ 36.27 32.96 9.01 -
YUV 152.32 77.03 167 -
System Red Green Blue C M Y K H S L
Decimal 207 142 62 0 0.31 0.70 0.19 33.1 0.6 0.53
Hex CF 8E 3E 0 1F 46 13 21 3C 35
Octal 317 216 76 0 37 106 23 41 74 65
Binary 11001111 10001110 111110 0 11111 1000110 10011 100001 111100 110101

Color Harmonies of #CF8E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E3E

Black with #CF8E3E

Text Example


Text Example

White with #CF8E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E3E; }

 p { color: rgb(207,142,62); }

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

background-color css

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

 a { background-color: rgb(207,142,62); }

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

border-color css

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

 span { border-color: rgb(207,142,62); }

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