Html Css Color HEX #CB9844 Anzac

📋 copy color: '#CB9844'

red 203 ◦ green 152 ◦ blue 68

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

Shades of Anzac #CB9844

Tints of Anzac #CB9844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.08%

R = 47.99%
G = 35.93%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB9844 (or 0xCB9844) is known color: Anzac. HEX triplet: CB, 98 and 44. RGB value is (203,152,68). Sum of RGB (Red+Green+Blue) = 203+152+68=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9844 is #3467BB. Grayscale: #9E9E9E. Windows color (decimal): -3434428 or 4495563. OLE color: 4495563.

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

Color convert

RGB 203 152 68 -
CMYK 0 0.25 0.67 0.20
HSL 37.33º 0.56% 0.53% -
HSV(B) 37.33º 0.67% 0.8% -
XYZ 36.9 35.57 10.39 -
YUV 157.67 77.4 160.33 -
System Red Green Blue C M Y K H S L
Decimal 203 152 68 0 0.25 0.67 0.20 37.33 0.56 0.53
Hex CB 98 44 0 19 43 14 25 38 35
Octal 313 230 104 0 31 103 24 45 70 65
Binary 11001011 10011000 1000100 0 11001 1000011 10100 100101 111000 110101

Color Harmonies of #CB9844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9844

Black with #CB9844

Text Example


Text Example

White with #CB9844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9844; }

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

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

background-color css

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

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

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

border-color css

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

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

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