Html Css Color HEX #CA973E Anzac

📋 copy color: '#CA973E'

red 202 ◦ green 151 ◦ blue 62

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

Shades of Anzac #CA973E

Tints of Anzac #CA973E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.39%

 BLUE value IS 62 (24.61% from 255) = 14.94%

R = 48.67%
G = 36.39%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA973E (or 0xCA973E) is known color: Anzac. HEX triplet: CA, 97 and 3E. RGB value is (202,151,62). Sum of RGB (Red+Green+Blue) = 202+151+62=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA973E is #3568C1. Grayscale: #9C9C9C. Windows color (decimal): -3500226 or 4102090. OLE color: 4102090.

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

Color convert

RGB 202 151 62 -
CMYK 0 0.25 0.69 0.21
HSL 38.14º 0.57% 0.52% -
HSV(B) 38.14º 0.69% 0.79% -
XYZ 36.29 35.04 9.41 -
YUV 156.1 74.9 160.74 -
System Red Green Blue C M Y K H S L
Decimal 202 151 62 0 0.25 0.69 0.21 38.14 0.57 0.52
Hex CA 97 3E 0 19 45 15 26 39 34
Octal 312 227 76 0 31 105 25 46 71 64
Binary 11001010 10010111 111110 0 11001 1000101 10101 100110 111001 110100

Color Harmonies of #CA973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA973E

Black with #CA973E

Text Example


Text Example

White with #CA973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA973E; }

 p { color: rgb(202,151,62); }

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

background-color css

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

 a { background-color: rgb(202,151,62); }

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

border-color css

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

 span { border-color: rgb(202,151,62); }

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