Html Css Color HEX #CA973C Anzac

📋 copy color: '#CA973C'

red 202 ◦ green 151 ◦ blue 60

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

Shades of Anzac #CA973C

Tints of Anzac #CA973C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 48.91%
G = 36.56%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA973C (or 0xCA973C) is known color: Anzac. HEX triplet: CA, 97 and 3C. RGB value is (202,151,60). Sum of RGB (Red+Green+Blue) = 202+151+60=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA973C is #3568C3. Grayscale: #9C9C9C. Windows color (decimal): -3500228 or 3971018. OLE color: 3971018.

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

Color convert

RGB 202 151 60 -
CMYK 0 0.25 0.70 0.21
HSL 38.45º 0.57% 0.51% -
HSV(B) 38.45º 0.7% 0.79% -
XYZ 36.24 35.02 9.12 -
YUV 155.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 202 151 60 0 0.25 0.70 0.21 38.45 0.57 0.51
Hex CA 97 3C 0 19 46 15 26 39 33
Octal 312 227 74 0 31 106 25 46 71 63
Binary 11001010 10010111 111100 0 11001 1000110 10101 100110 111001 110011

Color Harmonies of #CA973C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA973C

Black with #CA973C

Text Example


Text Example

White with #CA973C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA973C; }

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

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

background-color css

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

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

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

border-color css

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

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

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