Html Css Color HEX #CF8F48 Anzac

📋 copy color: '#CF8F48'

red 207 ◦ green 143 ◦ blue 72

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

Shades of Anzac #CF8F48

Tints of Anzac #CF8F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.06%

R = 49.05%
G = 33.89%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF8F48 (or 0xCF8F48) is known color: Anzac. HEX triplet: CF, 8F and 48. RGB value is (207,143,72). Sum of RGB (Red+Green+Blue) = 207+143+72=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F48 is #3070B7. Grayscale: #9A9A9A. Windows color (decimal): -3174584 or 4755407. OLE color: 4755407.

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

Color convert

RGB 207 143 72 -
CMYK 0 0.31 0.65 0.19
HSL 31.56º 0.58% 0.55% -
HSV(B) 31.56º 0.65% 0.81% -
XYZ 36.72 33.38 10.64 -
YUV 154.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 207 143 72 0 0.31 0.65 0.19 31.56 0.58 0.55
Hex CF 8F 48 0 1F 41 13 20 3A 37
Octal 317 217 110 0 37 101 23 40 72 67
Binary 11001111 10001111 1001000 0 11111 1000001 10011 100000 111010 110111

Color Harmonies of #CF8F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F48

Black with #CF8F48

Text Example


Text Example

White with #CF8F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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