Html Css Color HEX #CA963F Anzac

📋 copy color: '#CA963F'

red 202 ◦ green 150 ◦ blue 63

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

Shades of Anzac #CA963F

Tints of Anzac #CA963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.18%

R = 48.67%
G = 36.14%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA963F (or 0xCA963F) is known color: Anzac. HEX triplet: CA, 96 and 3F. RGB value is (202,150,63). Sum of RGB (Red+Green+Blue) = 202+150+63=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 63 (25% from 255 or 15.18% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA963F is #3569C0. Grayscale: #9C9C9C. Windows color (decimal): -3500481 or 4167370. OLE color: 4167370.

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

Color convert

RGB 202 150 63 -
CMYK 0 0.26 0.69 0.21
HSL 37.55º 0.57% 0.52% -
HSV(B) 37.55º 0.69% 0.79% -
XYZ 36.16 34.73 9.5 -
YUV 155.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 202 150 63 0 0.26 0.69 0.21 37.55 0.57 0.52
Hex CA 96 3F 0 1A 45 15 26 39 34
Octal 312 226 77 0 32 105 25 46 71 64
Binary 11001010 10010110 111111 0 11010 1000101 10101 100110 111001 110100

Color Harmonies of #CA963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA963F

Black with #CA963F

Text Example


Text Example

White with #CA963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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