Html Css Color HEX #CE963E Anzac

📋 copy color: '#CE963E'

red 206 ◦ green 150 ◦ blue 62

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

Shades of Anzac #CE963E

Tints of Anzac #CE963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 49.28%
G = 35.89%
B = 14.83%

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

#CE963E (or 0xCE963E) is known color: Anzac. HEX triplet: CE, 96 and 3E. RGB value is (206,150,62). Sum of RGB (Red+Green+Blue) = 206+150+62=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE963E is #3169C1. Grayscale: #9D9D9D. Windows color (decimal): -3238338 or 4101838. OLE color: 4101838.

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

Color convert

RGB 206 150 62 -
CMYK 0 0.27 0.70 0.19
HSL 36.67º 0.6% 0.53% -
HSV(B) 36.67º 0.7% 0.81% -
XYZ 37.23 35.28 9.41 -
YUV 156.71 74.55 163.16 -
System Red Green Blue C M Y K H S L
Decimal 206 150 62 0 0.27 0.70 0.19 36.67 0.6 0.53
Hex CE 96 3E 0 1B 46 13 25 3C 35
Octal 316 226 76 0 33 106 23 45 74 65
Binary 11001110 10010110 111110 0 11011 1000110 10011 100101 111100 110101

Color Harmonies of #CE963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE963E

Black with #CE963E

Text Example


Text Example

White with #CE963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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