Html Css Color HEX #CE933D Anzac

📋 copy color: '#CE933D'

red 206 ◦ green 147 ◦ blue 61

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

Shades of Anzac #CE933D

Tints of Anzac #CE933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.51%

 BLUE value IS 61 (24.22% from 255) = 14.73%

R = 49.76%
G = 35.51%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE933D (or 0xCE933D) is known color: Anzac. HEX triplet: CE, 93 and 3D. RGB value is (206,147,61). Sum of RGB (Red+Green+Blue) = 206+147+61=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE933D is #316CC2. Grayscale: #9B9B9B. Windows color (decimal): -3239107 or 4035534. OLE color: 4035534.

HSL color Cylindrical-coordinate representation of color #CE933D: hue angle of 35.59º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE933D is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 147 61 -
CMYK 0 0.29 0.70 0.19
HSL 35.59º 0.6% 0.52% -
HSV(B) 35.59º 0.7% 0.81% -
XYZ 36.73 34.33 9.1 -
YUV 154.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 206 147 61 0 0.29 0.70 0.19 35.59 0.6 0.52
Hex CE 93 3D 0 1D 46 13 24 3C 34
Octal 316 223 75 0 35 106 23 44 74 64
Binary 11001110 10010011 111101 0 11101 1000110 10011 100100 111100 110100

Color Harmonies of #CE933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE933D

Black with #CE933D

Text Example


Text Example

White with #CE933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE933D; }

 p { color: rgb(206,147,61); }

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

background-color css

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

 a { background-color: rgb(206,147,61); }

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

border-color css

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

 span { border-color: rgb(206,147,61); }

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