Html Css Color HEX #CA943E Anzac

📋 copy color: '#CA943E'

red 202 ◦ green 148 ◦ blue 62

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

Shades of Anzac #CA943E

Tints of Anzac #CA943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 49.03%
G = 35.92%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA943E (or 0xCA943E) is known color: Anzac. HEX triplet: CA, 94 and 3E. RGB value is (202,148,62). Sum of RGB (Red+Green+Blue) = 202+148+62=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA943E is #356BC1. Grayscale: #9A9A9A. Windows color (decimal): -3500994 or 4101322. OLE color: 4101322.

HSL color Cylindrical-coordinate representation of color #CA943E: hue angle of 36.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA943E is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 62 -
CMYK 0 0.27 0.69 0.21
HSL 36.86º 0.57% 0.52% -
HSV(B) 36.86º 0.69% 0.79% -
XYZ 35.82 34.08 9.25 -
YUV 154.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 202 148 62 0 0.27 0.69 0.21 36.86 0.57 0.52
Hex CA 94 3E 0 1B 45 15 25 39 34
Octal 312 224 76 0 33 105 25 45 71 64
Binary 11001010 10010100 111110 0 11011 1000101 10101 100101 111001 110100

Color Harmonies of #CA943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA943E

Black with #CA943E

Text Example


Text Example

White with #CA943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA943E; }

 p { color: rgb(202,148,62); }

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

background-color css

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

 a { background-color: rgb(202,148,62); }

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

border-color css

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

 span { border-color: rgb(202,148,62); }

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