Html Css Color HEX #CF8F43 Anzac

📋 copy color: '#CF8F43'

red 207 ◦ green 143 ◦ blue 67

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

Shades of Anzac #CF8F43

Tints of Anzac #CF8F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.07%

R = 49.64%
G = 34.29%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CF8F43 (or 0xCF8F43) is known color: Anzac. HEX triplet: CF, 8F and 43. RGB value is (207,143,67). Sum of RGB (Red+Green+Blue) = 207+143+67=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F43 is #3070BC. Grayscale: #999999. Windows color (decimal): -3174589 or 4427727. OLE color: 4427727.

HSL color Cylindrical-coordinate representation of color #CF8F43: hue angle of 32.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF8F43 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 67 -
CMYK 0 0.31 0.68 0.19
HSL 32.57º 0.59% 0.54% -
HSV(B) 32.57º 0.68% 0.81% -
XYZ 36.57 33.32 9.81 -
YUV 153.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 207 143 67 0 0.31 0.68 0.19 32.57 0.59 0.54
Hex CF 8F 43 0 1F 44 13 21 3B 36
Octal 317 217 103 0 37 104 23 41 73 66
Binary 11001111 10001111 1000011 0 11111 1000100 10011 100001 111011 110110

Color Harmonies of #CF8F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F43

Black with #CF8F43

Text Example


Text Example

White with #CF8F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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