Html Css Color HEX #CA903A Anzac

📋 copy color: '#CA903A'

red 202 ◦ green 144 ◦ blue 58

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

Shades of Anzac #CA903A

Tints of Anzac #CA903A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 50%
G = 35.64%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA903A (or 0xCA903A) is known color: Anzac. HEX triplet: CA, 90 and 3A. RGB value is (202,144,58). Sum of RGB (Red+Green+Blue) = 202+144+58=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA903A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA903A is #356FC5. Grayscale: #979797. Windows color (decimal): -3502022 or 3838154. OLE color: 3838154.

HSL color Cylindrical-coordinate representation of color #CA903A: hue angle of 35.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA903A is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 144 58 -
CMYK 0 0.29 0.71 0.21
HSL 35.83º 0.58% 0.51% -
HSV(B) 35.83º 0.71% 0.79% -
XYZ 35.09 32.81 8.49 -
YUV 151.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 202 144 58 0 0.29 0.71 0.21 35.83 0.58 0.51
Hex CA 90 3A 0 1D 47 15 24 3A 33
Octal 312 220 72 0 35 107 25 44 72 63
Binary 11001010 10010000 111010 0 11101 1000111 10101 100100 111010 110011

Color Harmonies of #CA903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA903A

Black with #CA903A

Text Example


Text Example

White with #CA903A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA903A; }

 p { color: rgb(202,144,58); }

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

background-color css

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

 a { background-color: rgb(202,144,58); }

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

border-color css

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

 span { border-color: rgb(202,144,58); }

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