Html Css Color HEX #CE9B48 Anzac

📋 copy color: '#CE9B48'

red 206 ◦ green 155 ◦ blue 72

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

Shades of Anzac #CE9B48

Tints of Anzac #CE9B48

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 47.58%
G = 35.8%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE9B48 (or 0xCE9B48) is known color: Anzac. HEX triplet: CE, 9B and 48. RGB value is (206,155,72). Sum of RGB (Red+Green+Blue) = 206+155+72=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9B48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9B48 is #3164B7. Grayscale: #A1A1A1. Windows color (decimal): -3237048 or 4758478. OLE color: 4758478.

HSL color Cylindrical-coordinate representation of color #CE9B48: hue angle of 37.16º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE9B48 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 155 72 -
CMYK 0 0.25 0.65 0.19
HSL 37.16º 0.58% 0.55% -
HSV(B) 37.16º 0.65% 0.81% -
XYZ 38.34 37.03 11.26 -
YUV 160.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 206 155 72 0 0.25 0.65 0.19 37.16 0.58 0.55
Hex CE 9B 48 0 19 41 13 25 3A 37
Octal 316 233 110 0 31 101 23 45 72 67
Binary 11001110 10011011 1001000 0 11001 1000001 10011 100101 111010 110111

Color Harmonies of #CE9B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9B48

Black with #CE9B48

Text Example


Text Example

White with #CE9B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9B48; }

 p { color: rgb(206,155,72); }

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

background-color css

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

 a { background-color: rgb(206,155,72); }

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

border-color css

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

 span { border-color: rgb(206,155,72); }

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