Html Css Color HEX #CF954A Anzac

📋 copy color: '#CF954A'

red 207 ◦ green 149 ◦ blue 74

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

Shades of Anzac #CF954A

Tints of Anzac #CF954A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.21%

R = 48.14%
G = 34.65%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF954A (or 0xCF954A) is known color: Anzac. HEX triplet: CF, 95 and 4A. RGB value is (207,149,74). Sum of RGB (Red+Green+Blue) = 207+149+74=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF954A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF954A is #306AB5. Grayscale: #9E9E9E. Windows color (decimal): -3173046 or 4888015. OLE color: 4888015.

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

Color convert

RGB 207 149 74 -
CMYK 0 0.28 0.64 0.19
HSL 33.83º 0.58% 0.55% -
HSV(B) 33.83º 0.64% 0.81% -
XYZ 37.72 35.25 11.3 -
YUV 157.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 207 149 74 0 0.28 0.64 0.19 33.83 0.58 0.55
Hex CF 95 4A 0 1C 40 13 22 3A 37
Octal 317 225 112 0 34 100 23 42 72 67
Binary 11001111 10010101 1001010 0 11100 1000000 10011 100010 111010 110111

Color Harmonies of #CF954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF954A

Black with #CF954A

Text Example


Text Example

White with #CF954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF954A; }

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

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

background-color css

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

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

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

border-color css

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

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

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