Html Css Color HEX #CE963D Anzac

📋 copy color: '#CE963D'

red 206 ◦ green 150 ◦ blue 61

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

Shades of Anzac #CE963D

Tints of Anzac #CE963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 49.4%
G = 35.97%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CE963D (or 0xCE963D) is known color: Anzac. HEX triplet: CE, 96 and 3D. RGB value is (206,150,61). Sum of RGB (Red+Green+Blue) = 206+150+61=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE963D is #3169C2. Grayscale: #9D9D9D. Windows color (decimal): -3238339 or 4036302. OLE color: 4036302.

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

Color convert

RGB 206 150 61 -
CMYK 0 0.27 0.70 0.19
HSL 36.83º 0.6% 0.52% -
HSV(B) 36.83º 0.7% 0.81% -
XYZ 37.2 35.27 9.26 -
YUV 156.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 206 150 61 0 0.27 0.70 0.19 36.83 0.6 0.52
Hex CE 96 3D 0 1B 46 13 25 3C 34
Octal 316 226 75 0 33 106 23 45 74 64
Binary 11001110 10010110 111101 0 11011 1000110 10011 100101 111100 110100

Color Harmonies of #CE963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE963D

Black with #CE963D

Text Example


Text Example

White with #CE963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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