Html Css Color HEX #CE8F42 Anzac

📋 copy color: '#CE8F42'

red 206 ◦ green 143 ◦ blue 66

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

Shades of Anzac #CE8F42

Tints of Anzac #CE8F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 49.64%
G = 34.46%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#CE8F42 (or 0xCE8F42) is known color: Anzac. HEX triplet: CE, 8F and 42. RGB value is (206,143,66). Sum of RGB (Red+Green+Blue) = 206+143+66=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F42 is #3170BD. Grayscale: #999999. Windows color (decimal): -3240126 or 4362190. OLE color: 4362190.

HSL color Cylindrical-coordinate representation of color #CE8F42: hue angle of 33º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE8F42 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 143 66 -
CMYK 0 0.31 0.68 0.19
HSL 33º 0.59% 0.53% -
HSV(B) 33º 0.68% 0.81% -
XYZ 36.26 33.16 9.64 -
YUV 153.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 206 143 66 0 0.31 0.68 0.19 33 0.59 0.53
Hex CE 8F 42 0 1F 44 13 21 3B 35
Octal 316 217 102 0 37 104 23 41 73 65
Binary 11001110 10001111 1000010 0 11111 1000100 10011 100001 111011 110101

Color Harmonies of #CE8F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F42

Black with #CE8F42

Text Example


Text Example

White with #CE8F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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