Html Css Color HEX #CB9044 Anzac

📋 copy color: '#CB9044'

red 203 ◦ green 144 ◦ blue 68

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

Shades of Anzac #CB9044

Tints of Anzac #CB9044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.7%

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

R = 48.92%
G = 34.7%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB9044 (or 0xCB9044) is known color: Anzac. HEX triplet: CB, 90 and 44. RGB value is (203,144,68). Sum of RGB (Red+Green+Blue) = 203+144+68=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9044 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9044 is #346FBB. Grayscale: #999999. Windows color (decimal): -3436476 or 4493515. OLE color: 4493515.

HSL color Cylindrical-coordinate representation of color #CB9044: hue angle of 33.78º 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 #CB9044 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 144 68 -
CMYK 0 0.29 0.67 0.20
HSL 33.78º 0.56% 0.53% -
HSV(B) 33.78º 0.67% 0.8% -
XYZ 35.65 33.06 9.97 -
YUV 152.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 203 144 68 0 0.29 0.67 0.20 33.78 0.56 0.53
Hex CB 90 44 0 1D 43 14 22 38 35
Octal 313 220 104 0 35 103 24 42 70 65
Binary 11001011 10010000 1000100 0 11101 1000011 10100 100010 111000 110101

Color Harmonies of #CB9044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9044

Black with #CB9044

Text Example


Text Example

White with #CB9044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9044; }

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

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

background-color css

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

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

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

border-color css

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

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

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