Html Css Color HEX #CA9142 Anzac

📋 copy color: '#CA9142'

red 202 ◦ green 145 ◦ blue 66

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

Shades of Anzac #CA9142

Tints of Anzac #CA9142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.11%

 BLUE value IS 66 (26.17% from 255) = 15.98%

R = 48.91%
G = 35.11%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA9142 (or 0xCA9142) is known color: Anzac. HEX triplet: CA, 91 and 42. RGB value is (202,145,66). Sum of RGB (Red+Green+Blue) = 202+145+66=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9142 is #356EBD. Grayscale: #999999. Windows color (decimal): -3501758 or 4362698. OLE color: 4362698.

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

Color convert

RGB 202 145 66 -
CMYK 0 0.28 0.67 0.21
HSL 34.85º 0.56% 0.53% -
HSV(B) 34.85º 0.67% 0.79% -
XYZ 35.47 33.2 9.69 -
YUV 153.04 78.88 162.92 -
System Red Green Blue C M Y K H S L
Decimal 202 145 66 0 0.28 0.67 0.21 34.85 0.56 0.53
Hex CA 91 42 0 1C 43 15 23 38 35
Octal 312 221 102 0 34 103 25 43 70 65
Binary 11001010 10010001 1000010 0 11100 1000011 10101 100011 111000 110101

Color Harmonies of #CA9142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9142

Black with #CA9142

Text Example


Text Example

White with #CA9142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9142; }

 p { color: rgb(202,145,66); }

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

background-color css

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

 a { background-color: rgb(202,145,66); }

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

border-color css

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

 span { border-color: rgb(202,145,66); }

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