Html Css Color HEX #CF984A Anzac

📋 copy color: '#CF984A'

red 207 ◦ green 152 ◦ blue 74

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

Shades of Anzac #CF984A

Tints of Anzac #CF984A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

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

R = 47.81%
G = 35.1%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF984A (or 0xCF984A) is known color: Anzac. HEX triplet: CF, 98 and 4A. RGB value is (207,152,74). Sum of RGB (Red+Green+Blue) = 207+152+74=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF984A is #3067B5. Grayscale: #9F9F9F. Windows color (decimal): -3172278 or 4888783. OLE color: 4888783.

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

Color convert

RGB 207 152 74 -
CMYK 0 0.27 0.64 0.19
HSL 35.19º 0.58% 0.55% -
HSV(B) 35.19º 0.64% 0.81% -
XYZ 38.2 36.22 11.46 -
YUV 159.55 79.72 161.84 -
System Red Green Blue C M Y K H S L
Decimal 207 152 74 0 0.27 0.64 0.19 35.19 0.58 0.55
Hex CF 98 4A 0 1B 40 13 23 3A 37
Octal 317 230 112 0 33 100 23 43 72 67
Binary 11001111 10011000 1001010 0 11011 1000000 10011 100011 111010 110111

Color Harmonies of #CF984A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF984A

Black with #CF984A

Text Example


Text Example

White with #CF984A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF984A; }

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

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

background-color css

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

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

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

border-color css

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

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

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