Html Css Color HEX #CE8F4A Anzac

📋 copy color: '#CE8F4A'

red 206 ◦ green 143 ◦ blue 74

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

Shades of Anzac #CE8F4A

Tints of Anzac #CE8F4A

RGB

 RED value IS 206 (80.86% from 255) = 48.7%

 GREEN value IS 143 (56.25% from 255) = 33.81%

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

R = 48.7%
G = 33.81%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE8F4A (or 0xCE8F4A) is known color: Anzac. HEX triplet: CE, 8F and 4A. RGB value is (206,143,74). Sum of RGB (Red+Green+Blue) = 206+143+74=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 74 (29.30% from 255 or 17.49% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F4A is #3170B5. Grayscale: #9A9A9A. Windows color (decimal): -3240118 or 4886478. OLE color: 4886478.

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

Color convert

RGB 206 143 74 -
CMYK 0 0.31 0.64 0.19
HSL 31.36º 0.57% 0.55% -
HSV(B) 31.36º 0.64% 0.81% -
XYZ 36.51 33.26 10.97 -
YUV 153.97 82.87 165.11 -
System Red Green Blue C M Y K H S L
Decimal 206 143 74 0 0.31 0.64 0.19 31.36 0.57 0.55
Hex CE 8F 4A 0 1F 40 13 1F 39 37
Octal 316 217 112 0 37 100 23 37 71 67
Binary 11001110 10001111 1001010 0 11111 1000000 10011 11111 111001 110111

Color Harmonies of #CE8F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F4A

Black with #CE8F4A

Text Example


Text Example

White with #CE8F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F4A; }

 p { color: rgb(206,143,74); }

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

background-color css

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

 a { background-color: rgb(206,143,74); }

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

border-color css

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

 span { border-color: rgb(206,143,74); }

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