Html Css Color HEX #CB9841 Anzac

📋 copy color: '#CB9841'

red 203 ◦ green 152 ◦ blue 65

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

Shades of Anzac #CB9841

Tints of Anzac #CB9841

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 65 (25.78% from 255) = 15.48%

R = 48.33%
G = 36.19%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB9841 (or 0xCB9841) is known color: Anzac. HEX triplet: CB, 98 and 41. RGB value is (203,152,65). Sum of RGB (Red+Green+Blue) = 203+152+65=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9841 is #3467BE. Grayscale: #9D9D9D. Windows color (decimal): -3434431 or 4298955. OLE color: 4298955.

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

Color convert

RGB 203 152 65 -
CMYK 0 0.25 0.68 0.20
HSL 37.83º 0.57% 0.53% -
HSV(B) 37.83º 0.68% 0.8% -
XYZ 36.81 35.53 9.92 -
YUV 157.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 203 152 65 0 0.25 0.68 0.20 37.83 0.57 0.53
Hex CB 98 41 0 19 44 14 26 39 35
Octal 313 230 101 0 31 104 24 46 71 65
Binary 11001011 10011000 1000001 0 11001 1000100 10100 100110 111001 110101

Color Harmonies of #CB9841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9841

Black with #CB9841

Text Example


Text Example

White with #CB9841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9841; }

 p { color: rgb(203,152,65); }

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

background-color css

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

 a { background-color: rgb(203,152,65); }

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

border-color css

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

 span { border-color: rgb(203,152,65); }

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