Html Css Color HEX #CA953B Anzac

📋 copy color: '#CA953B'

red 202 ◦ green 149 ◦ blue 59

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

Shades of Anzac #CA953B

Tints of Anzac #CA953B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.34%

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

R = 49.27%
G = 36.34%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA953B (or 0xCA953B) is known color: Anzac. HEX triplet: CA, 95 and 3B. RGB value is (202,149,59). Sum of RGB (Red+Green+Blue) = 202+149+59=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 59 (23.44% from 255 or 14.39% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA953B is #356AC4. Grayscale: #9B9B9B. Windows color (decimal): -3500741 or 3904970. OLE color: 3904970.

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

Color convert

RGB 202 149 59 -
CMYK 0 0.26 0.71 0.21
HSL 37.76º 0.57% 0.51% -
HSV(B) 37.76º 0.71% 0.79% -
XYZ 35.89 34.37 8.88 -
YUV 154.59 74.06 161.82 -
System Red Green Blue C M Y K H S L
Decimal 202 149 59 0 0.26 0.71 0.21 37.76 0.57 0.51
Hex CA 95 3B 0 1A 47 15 26 39 33
Octal 312 225 73 0 32 107 25 46 71 63
Binary 11001010 10010101 111011 0 11010 1000111 10101 100110 111001 110011

Color Harmonies of #CA953B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA953B

Black with #CA953B

Text Example


Text Example

White with #CA953B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA953B; }

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

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

background-color css

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

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

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

border-color css

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

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

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