Html Css Color HEX #CB9745 Anzac

📋 copy color: '#CB9745'

red 203 ◦ green 151 ◦ blue 69

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

Shades of Anzac #CB9745

Tints of Anzac #CB9745

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.7%

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 47.99%
G = 35.7%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB9745 (or 0xCB9745) is known color: Anzac. HEX triplet: CB, 97 and 45. RGB value is (203,151,69). Sum of RGB (Red+Green+Blue) = 203+151+69=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9745 is #3468BA. Grayscale: #9D9D9D. Windows color (decimal): -3434683 or 4560843. OLE color: 4560843.

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

Color convert

RGB 203 151 69 -
CMYK 0 0.26 0.66 0.20
HSL 36.72º 0.56% 0.53% -
HSV(B) 36.72º 0.66% 0.8% -
XYZ 36.77 35.26 10.5 -
YUV 157.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 203 151 69 0 0.26 0.66 0.20 36.72 0.56 0.53
Hex CB 97 45 0 1A 42 14 25 38 35
Octal 313 227 105 0 32 102 24 45 70 65
Binary 11001011 10010111 1000101 0 11010 1000010 10100 100101 111000 110101

Color Harmonies of #CB9745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9745

Black with #CB9745

Text Example


Text Example

White with #CB9745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9745; }

 p { color: rgb(203,151,69); }

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

background-color css

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

 a { background-color: rgb(203,151,69); }

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

border-color css

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

 span { border-color: rgb(203,151,69); }

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