Html Css Color HEX #CA9844 Anzac

📋 copy color: '#CA9844'

red 202 ◦ green 152 ◦ blue 68

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

Shades of Anzac #CA9844

Tints of Anzac #CA9844

RGB

 RED value IS 202 (79.3% from 255) = 47.87%

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

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

R = 47.87%
G = 36.02%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA9844 (or 0xCA9844) is known color: Anzac. HEX triplet: CA, 98 and 44. RGB value is (202,152,68). Sum of RGB (Red+Green+Blue) = 202+152+68=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9844 is #3567BB. Grayscale: #9D9D9D. Windows color (decimal): -3499964 or 4495562. OLE color: 4495562.

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

Color convert

RGB 202 152 68 -
CMYK 0 0.25 0.66 0.21
HSL 37.61º 0.56% 0.53% -
HSV(B) 37.61º 0.66% 0.79% -
XYZ 36.63 35.43 10.38 -
YUV 157.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 202 152 68 0 0.25 0.66 0.21 37.61 0.56 0.53
Hex CA 98 44 0 19 42 15 26 38 35
Octal 312 230 104 0 31 102 25 46 70 65
Binary 11001010 10011000 1000100 0 11001 1000010 10101 100110 111000 110101

Color Harmonies of #CA9844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9844

Black with #CA9844

Text Example


Text Example

White with #CA9844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9844; }

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

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

background-color css

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

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

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

border-color css

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

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

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