Html Css Color HEX #CA963E Anzac

📋 copy color: '#CA963E'

red 202 ◦ green 150 ◦ blue 62

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

Shades of Anzac #CA963E

Tints of Anzac #CA963E

RGB

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

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

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

R = 48.79%
G = 36.23%
B = 14.98%

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

#CA963E (or 0xCA963E) is known color: Anzac. HEX triplet: CA, 96 and 3E. RGB value is (202,150,62). Sum of RGB (Red+Green+Blue) = 202+150+62=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 62 (24.61% from 255 or 14.98% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA963E is #3569C1. Grayscale: #9B9B9B. Windows color (decimal): -3500482 or 4101834. OLE color: 4101834.

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

Color convert

RGB 202 150 62 -
CMYK 0 0.26 0.69 0.21
HSL 37.71º 0.57% 0.52% -
HSV(B) 37.71º 0.69% 0.79% -
XYZ 36.13 34.72 9.35 -
YUV 155.52 75.23 161.16 -
System Red Green Blue C M Y K H S L
Decimal 202 150 62 0 0.26 0.69 0.21 37.71 0.57 0.52
Hex CA 96 3E 0 1A 45 15 26 39 34
Octal 312 226 76 0 32 105 25 46 71 64
Binary 11001010 10010110 111110 0 11010 1000101 10101 100110 111001 110100

Color Harmonies of #CA963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA963E

Black with #CA963E

Text Example


Text Example

White with #CA963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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