Html Css Color HEX #CB9547 Anzac

📋 copy color: '#CB9547'

red 203 ◦ green 149 ◦ blue 71

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

Shades of Anzac #CB9547

Tints of Anzac #CB9547

RGB

 RED value IS 203 (79.69% from 255) = 47.99%

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

 BLUE value IS 71 (28.13% from 255) = 16.78%

R = 47.99%
G = 35.22%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB9547 (or 0xCB9547) is known color: Anzac. HEX triplet: CB, 95 and 47. RGB value is (203,149,71). Sum of RGB (Red+Green+Blue) = 203+149+71=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9547 is #346AB8. Grayscale: #9C9C9C. Windows color (decimal): -3435193 or 4691403. OLE color: 4691403.

HSL color Cylindrical-coordinate representation of color #CB9547: hue angle of 35.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB9547 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 71 -
CMYK 0 0.27 0.65 0.20
HSL 35.45º 0.56% 0.54% -
HSV(B) 35.45º 0.65% 0.8% -
XYZ 36.51 34.65 10.72 -
YUV 156.25 79.89 161.34 -
System Red Green Blue C M Y K H S L
Decimal 203 149 71 0 0.27 0.65 0.20 35.45 0.56 0.54
Hex CB 95 47 0 1B 41 14 23 38 36
Octal 313 225 107 0 33 101 24 43 70 66
Binary 11001011 10010101 1000111 0 11011 1000001 10100 100011 111000 110110

Color Harmonies of #CB9547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9547

Black with #CB9547

Text Example


Text Example

White with #CB9547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9547; }

 p { color: rgb(203,149,71); }

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

background-color css

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

 a { background-color: rgb(203,149,71); }

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

border-color css

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

 span { border-color: rgb(203,149,71); }

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