Html Css Color HEX #CA9548 Anzac

📋 copy color: '#CA9548'

red 202 ◦ green 149 ◦ blue 72

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

Shades of Anzac #CA9548

Tints of Anzac #CA9548

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 47.75%
G = 35.22%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA9548 (or 0xCA9548) is known color: Anzac. HEX triplet: CA, 95 and 48. RGB value is (202,149,72). Sum of RGB (Red+Green+Blue) = 202+149+72=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9548 is #356AB7. Grayscale: #9C9C9C. Windows color (decimal): -3500728 or 4756938. OLE color: 4756938.

HSL color Cylindrical-coordinate representation of color #CA9548: hue angle of 35.54º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA9548 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 72 -
CMYK 0 0.26 0.64 0.21
HSL 35.54º 0.55% 0.54% -
HSV(B) 35.54º 0.64% 0.79% -
XYZ 36.27 34.52 10.88 -
YUV 156.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 202 149 72 0 0.26 0.64 0.21 35.54 0.55 0.54
Hex CA 95 48 0 1A 40 15 24 37 36
Octal 312 225 110 0 32 100 25 44 67 66
Binary 11001010 10010101 1001000 0 11010 1000000 10101 100100 110111 110110

Color Harmonies of #CA9548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9548

Black with #CA9548

Text Example


Text Example

White with #CA9548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9548; }

 p { color: rgb(202,149,72); }

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

background-color css

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

 a { background-color: rgb(202,149,72); }

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

border-color css

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

 span { border-color: rgb(202,149,72); }

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