Html Css Color HEX #CF944A Anzac

📋 copy color: '#CF944A'

red 207 ◦ green 148 ◦ blue 74

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

Shades of Anzac #CF944A

Tints of Anzac #CF944A

RGB

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

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

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

R = 48.25%
G = 34.5%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF944A (or 0xCF944A) is known color: Anzac. HEX triplet: CF, 94 and 4A. RGB value is (207,148,74). Sum of RGB (Red+Green+Blue) = 207+148+74=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF944A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF944A is #306BB5. Grayscale: #9D9D9D. Windows color (decimal): -3173302 or 4887759. OLE color: 4887759.

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

Color convert

RGB 207 148 74 -
CMYK 0 0.29 0.64 0.19
HSL 33.38º 0.58% 0.55% -
HSV(B) 33.38º 0.64% 0.81% -
XYZ 37.56 34.94 11.24 -
YUV 157.21 81.05 163.52 -
System Red Green Blue C M Y K H S L
Decimal 207 148 74 0 0.29 0.64 0.19 33.38 0.58 0.55
Hex CF 94 4A 0 1D 40 13 21 3A 37
Octal 317 224 112 0 35 100 23 41 72 67
Binary 11001111 10010100 1001010 0 11101 1000000 10011 100001 111010 110111

Color Harmonies of #CF944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF944A

Black with #CF944A

Text Example


Text Example

White with #CF944A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF944A; }

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

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

background-color css

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

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

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

border-color css

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

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

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