Html Css Color HEX #CA9543 Anzac

📋 copy color: '#CA9543'

red 202 ◦ green 149 ◦ blue 67

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

Shades of Anzac #CA9543

Tints of Anzac #CA9543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.03%

R = 48.33%
G = 35.65%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA9543 (or 0xCA9543) is known color: Anzac. HEX triplet: CA, 95 and 43. RGB value is (202,149,67). Sum of RGB (Red+Green+Blue) = 202+149+67=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 67 (26.56% from 255 or 16.03% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9543 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9543 is #356ABC. Grayscale: #9B9B9B. Windows color (decimal): -3500733 or 4429258. OLE color: 4429258.

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

Color convert

RGB 202 149 67 -
CMYK 0 0.26 0.67 0.21
HSL 36.44º 0.56% 0.53% -
HSV(B) 36.44º 0.67% 0.79% -
XYZ 36.12 34.46 10.06 -
YUV 155.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 202 149 67 0 0.26 0.67 0.21 36.44 0.56 0.53
Hex CA 95 43 0 1A 43 15 24 38 35
Octal 312 225 103 0 32 103 25 44 70 65
Binary 11001010 10010101 1000011 0 11010 1000011 10101 100100 111000 110101

Color Harmonies of #CA9543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9543

Black with #CA9543

Text Example


Text Example

White with #CA9543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9543; }

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

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

background-color css

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

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

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

border-color css

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

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

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