Html Css Color HEX #CF9548 Anzac

📋 copy color: '#CF9548'

red 207 ◦ green 149 ◦ blue 72

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

Shades of Anzac #CF9548

Tints of Anzac #CF9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 48.36%
G = 34.81%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9548 (or 0xCF9548) is known color: Anzac. HEX triplet: CF, 95 and 48. RGB value is (207,149,72). Sum of RGB (Red+Green+Blue) = 207+149+72=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9548 is #306AB7. Grayscale: #9D9D9D. Windows color (decimal): -3173048 or 4756943. OLE color: 4756943.

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

Color convert

RGB 207 149 72 -
CMYK 0 0.28 0.65 0.19
HSL 34.22º 0.58% 0.55% -
HSV(B) 34.22º 0.65% 0.81% -
XYZ 37.65 35.23 10.95 -
YUV 157.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 207 149 72 0 0.28 0.65 0.19 34.22 0.58 0.55
Hex CF 95 48 0 1C 41 13 22 3A 37
Octal 317 225 110 0 34 101 23 42 72 67
Binary 11001111 10010101 1001000 0 11100 1000001 10011 100010 111010 110111

Color Harmonies of #CF9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9548

Black with #CF9548

Text Example


Text Example

White with #CF9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9548; }

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

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

background-color css

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

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

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

border-color css

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

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

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