Html Css Color HEX #CA9644 Anzac

📋 copy color: '#CA9644'

red 202 ◦ green 150 ◦ blue 68

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

Shades of Anzac #CA9644

Tints of Anzac #CA9644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 48.1%
G = 35.71%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA9644 (or 0xCA9644) is known color: Anzac. HEX triplet: CA, 96 and 44. RGB value is (202,150,68). Sum of RGB (Red+Green+Blue) = 202+150+68=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9644 is #3569BB. Grayscale: #9C9C9C. Windows color (decimal): -3500476 or 4495050. OLE color: 4495050.

HSL color Cylindrical-coordinate representation of color #CA9644: hue angle of 36.72º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA9644 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 150 68 -
CMYK 0 0.26 0.66 0.21
HSL 36.72º 0.56% 0.53% -
HSV(B) 36.72º 0.66% 0.79% -
XYZ 36.31 34.79 10.27 -
YUV 156.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 202 150 68 0 0.26 0.66 0.21 36.72 0.56 0.53
Hex CA 96 44 0 1A 42 15 25 38 35
Octal 312 226 104 0 32 102 25 45 70 65
Binary 11001010 10010110 1000100 0 11010 1000010 10101 100101 111000 110101

Color Harmonies of #CA9644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9644

Black with #CA9644

Text Example


Text Example

White with #CA9644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9644; }

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

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

background-color css

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

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

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

border-color css

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

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

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