Html Css Color HEX #CE8F4B Anzac

📋 copy color: '#CE8F4B'

red 206 ◦ green 143 ◦ blue 75

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

Shades of Anzac #CE8F4B

Tints of Anzac #CE8F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.69%

R = 48.58%
G = 33.73%
B = 17.69%

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

#CE8F4B (or 0xCE8F4B) is known color: Anzac. HEX triplet: CE, 8F and 4B. RGB value is (206,143,75). Sum of RGB (Red+Green+Blue) = 206+143+75=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8F4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8F4B is #3170B4. Grayscale: #9A9A9A. Windows color (decimal): -3240117 or 4952014. OLE color: 4952014.

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

Color convert

RGB 206 143 75 -
CMYK 0 0.31 0.64 0.19
HSL 31.15º 0.57% 0.55% -
HSV(B) 31.15º 0.64% 0.81% -
XYZ 36.55 33.27 11.15 -
YUV 154.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 206 143 75 0 0.31 0.64 0.19 31.15 0.57 0.55
Hex CE 8F 4B 0 1F 40 13 1F 39 37
Octal 316 217 113 0 37 100 23 37 71 67
Binary 11001110 10001111 1001011 0 11111 1000000 10011 11111 111001 110111

Color Harmonies of #CE8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8F4B

Black with #CE8F4B

Text Example


Text Example

White with #CE8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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