Html Css Color HEX #CF9448 Anzac

📋 copy color: '#CF9448'

red 207 ◦ green 148 ◦ blue 72

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

Shades of Anzac #CF9448

Tints of Anzac #CF9448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

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

R = 48.48%
G = 34.66%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9448 (or 0xCF9448) is known color: Anzac. HEX triplet: CF, 94 and 48. RGB value is (207,148,72). Sum of RGB (Red+Green+Blue) = 207+148+72=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9448 is #306BB7. Grayscale: #9D9D9D. Windows color (decimal): -3173304 or 4756687. OLE color: 4756687.

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

Color convert

RGB 207 148 72 -
CMYK 0 0.29 0.65 0.19
HSL 33.78º 0.58% 0.55% -
HSV(B) 33.78º 0.65% 0.81% -
XYZ 37.49 34.91 10.89 -
YUV 156.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 207 148 72 0 0.29 0.65 0.19 33.78 0.58 0.55
Hex CF 94 48 0 1D 41 13 22 3A 37
Octal 317 224 110 0 35 101 23 42 72 67
Binary 11001111 10010100 1001000 0 11101 1000001 10011 100010 111010 110111

Color Harmonies of #CF9448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9448

Black with #CF9448

Text Example


Text Example

White with #CF9448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9448; }

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

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

background-color css

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

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

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

border-color css

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

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

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