Html Css Color HEX #CA973F Anzac

📋 copy color: '#CA973F'

red 202 ◦ green 151 ◦ blue 63

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

Shades of Anzac #CA973F

Tints of Anzac #CA973F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.14%

R = 48.56%
G = 36.3%
B = 15.14%

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

#CA973F (or 0xCA973F) is known color: Anzac. HEX triplet: CA, 97 and 3F. RGB value is (202,151,63). Sum of RGB (Red+Green+Blue) = 202+151+63=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 63 (25% from 255 or 15.14% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA973F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA973F is #3568C0. Grayscale: #9C9C9C. Windows color (decimal): -3500225 or 4167626. OLE color: 4167626.

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

Color convert

RGB 202 151 63 -
CMYK 0 0.25 0.69 0.21
HSL 37.99º 0.57% 0.52% -
HSV(B) 37.99º 0.69% 0.79% -
XYZ 36.32 35.05 9.55 -
YUV 156.22 75.4 160.66 -
System Red Green Blue C M Y K H S L
Decimal 202 151 63 0 0.25 0.69 0.21 37.99 0.57 0.52
Hex CA 97 3F 0 19 45 15 26 39 34
Octal 312 227 77 0 31 105 25 46 71 64
Binary 11001010 10010111 111111 0 11001 1000101 10101 100110 111001 110100

Color Harmonies of #CA973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA973F

Black with #CA973F

Text Example


Text Example

White with #CA973F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA973F; }

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

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

background-color css

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

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

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

border-color css

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

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

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