Html Css Color HEX #CE953D Anzac

📋 copy color: '#CE953D'

red 206 ◦ green 149 ◦ blue 61

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

Shades of Anzac #CE953D

Tints of Anzac #CE953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 49.52%
G = 35.82%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE953D (or 0xCE953D) is known color: Anzac. HEX triplet: CE, 95 and 3D. RGB value is (206,149,61). Sum of RGB (Red+Green+Blue) = 206+149+61=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE953D is #316AC2. Grayscale: #9C9C9C. Windows color (decimal): -3238595 or 4036046. OLE color: 4036046.

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

Color convert

RGB 206 149 61 -
CMYK 0 0.28 0.70 0.19
HSL 36.41º 0.6% 0.52% -
HSV(B) 36.41º 0.7% 0.81% -
XYZ 37.04 34.95 9.21 -
YUV 156.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 206 149 61 0 0.28 0.70 0.19 36.41 0.6 0.52
Hex CE 95 3D 0 1C 46 13 24 3C 34
Octal 316 225 75 0 34 106 23 44 74 64
Binary 11001110 10010101 111101 0 11100 1000110 10011 100100 111100 110100

Color Harmonies of #CE953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE953D

Black with #CE953D

Text Example


Text Example

White with #CE953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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