Html Css Color HEX #CA943B Anzac

📋 copy color: '#CA943B'

red 202 ◦ green 148 ◦ blue 59

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

Shades of Anzac #CA943B

Tints of Anzac #CA943B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.19%

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 49.39%
G = 36.19%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA943B (or 0xCA943B) is known color: Anzac. HEX triplet: CA, 94 and 3B. RGB value is (202,148,59). Sum of RGB (Red+Green+Blue) = 202+148+59=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA943B is #356BC4. Grayscale: #9A9A9A. Windows color (decimal): -3500997 or 3904714. OLE color: 3904714.

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

Color convert

RGB 202 148 59 -
CMYK 0 0.27 0.71 0.21
HSL 37.34º 0.57% 0.51% -
HSV(B) 37.34º 0.71% 0.79% -
XYZ 35.74 34.05 8.83 -
YUV 154 74.39 162.24 -
System Red Green Blue C M Y K H S L
Decimal 202 148 59 0 0.27 0.71 0.21 37.34 0.57 0.51
Hex CA 94 3B 0 1B 47 15 25 39 33
Octal 312 224 73 0 33 107 25 45 71 63
Binary 11001010 10010100 111011 0 11011 1000111 10101 100101 111001 110011

Color Harmonies of #CA943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA943B

Black with #CA943B

Text Example


Text Example

White with #CA943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA943B; }

 p { color: rgb(202,148,59); }

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

background-color css

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

 a { background-color: rgb(202,148,59); }

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

border-color css

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

 span { border-color: rgb(202,148,59); }

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