Html Css Color HEX #CE924A Anzac

📋 copy color: '#CE924A'

red 206 ◦ green 146 ◦ blue 74

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

Shades of Anzac #CE924A

Tints of Anzac #CE924A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.27%

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

R = 48.36%
G = 34.27%
B = 17.37%

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

#CE924A (or 0xCE924A) is known color: Anzac. HEX triplet: CE, 92 and 4A. RGB value is (206,146,74). Sum of RGB (Red+Green+Blue) = 206+146+74=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE924A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE924A is #316DB5. Grayscale: #9C9C9C. Windows color (decimal): -3239350 or 4887246. OLE color: 4887246.

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

Color convert

RGB 206 146 74 -
CMYK 0 0.29 0.64 0.19
HSL 32.73º 0.57% 0.55% -
HSV(B) 32.73º 0.64% 0.81% -
XYZ 36.97 34.17 11.13 -
YUV 155.73 81.88 163.85 -
System Red Green Blue C M Y K H S L
Decimal 206 146 74 0 0.29 0.64 0.19 32.73 0.57 0.55
Hex CE 92 4A 0 1D 40 13 21 39 37
Octal 316 222 112 0 35 100 23 41 71 67
Binary 11001110 10010010 1001010 0 11101 1000000 10011 100001 111001 110111

Color Harmonies of #CE924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE924A

Black with #CE924A

Text Example


Text Example

White with #CE924A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE924A; }

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

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

background-color css

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

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

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

border-color css

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

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

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