Html Css Color HEX #CA963A Anzac

📋 copy color: '#CA963A'

red 202 ◦ green 150 ◦ blue 58

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

Shades of Anzac #CA963A

Tints of Anzac #CA963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.59%

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

R = 49.27%
G = 36.59%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA963A (or 0xCA963A) is known color: Anzac. HEX triplet: CA, 96 and 3A. RGB value is (202,150,58). Sum of RGB (Red+Green+Blue) = 202+150+58=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA963A is #3569C5. Grayscale: #9B9B9B. Windows color (decimal): -3500486 or 3839690. OLE color: 3839690.

HSL color Cylindrical-coordinate representation of color #CA963A: hue angle of 38.33º 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 #CA963A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 58 -
CMYK 0 0.26 0.71 0.21
HSL 38.33º 0.58% 0.51% -
HSV(B) 38.33º 0.71% 0.79% -
XYZ 36.03 34.67 8.8 -
YUV 155.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 202 150 58 0 0.26 0.71 0.21 38.33 0.58 0.51
Hex CA 96 3A 0 1A 47 15 26 3A 33
Octal 312 226 72 0 32 107 25 46 72 63
Binary 11001010 10010110 111010 0 11010 1000111 10101 100110 111010 110011

Color Harmonies of #CA963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA963A

Black with #CA963A

Text Example


Text Example

White with #CA963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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