Html Css Color HEX #CA943D Anzac

📋 copy color: '#CA943D'

red 202 ◦ green 148 ◦ blue 61

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

Shades of Anzac #CA943D

Tints of Anzac #CA943D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 49.15%
G = 36.01%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA943D (or 0xCA943D) is known color: Anzac. HEX triplet: CA, 94 and 3D. RGB value is (202,148,61). Sum of RGB (Red+Green+Blue) = 202+148+61=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA943D is #356BC2. Grayscale: #9A9A9A. Windows color (decimal): -3500995 or 4035786. OLE color: 4035786.

HSL color Cylindrical-coordinate representation of color #CA943D: hue angle of 37.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA943D is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 61 -
CMYK 0 0.27 0.70 0.21
HSL 37.02º 0.57% 0.52% -
HSV(B) 37.02º 0.7% 0.79% -
XYZ 35.79 34.07 9.11 -
YUV 154.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 202 148 61 0 0.27 0.70 0.21 37.02 0.57 0.52
Hex CA 94 3D 0 1B 46 15 25 39 34
Octal 312 224 75 0 33 106 25 45 71 64
Binary 11001010 10010100 111101 0 11011 1000110 10101 100101 111001 110100

Color Harmonies of #CA943D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA943D

Black with #CA943D

Text Example


Text Example

White with #CA943D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA943D; }

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

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

background-color css

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

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

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

border-color css

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

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

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