Html Css Color HEX #CA973D Anzac

📋 copy color: '#CA973D'

red 202 ◦ green 151 ◦ blue 61

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

Shades of Anzac #CA973D

Tints of Anzac #CA973D

RGB

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

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

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

R = 48.79%
G = 36.47%
B = 14.73%

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

#CA973D (or 0xCA973D) is known color: Anzac. HEX triplet: CA, 97 and 3D. RGB value is (202,151,61). Sum of RGB (Red+Green+Blue) = 202+151+61=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA973D is #3568C2. Grayscale: #9C9C9C. Windows color (decimal): -3500227 or 4036554. OLE color: 4036554.

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

Color convert

RGB 202 151 61 -
CMYK 0 0.25 0.70 0.21
HSL 38.3º 0.57% 0.52% -
HSV(B) 38.3º 0.7% 0.79% -
XYZ 36.27 35.03 9.26 -
YUV 155.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 202 151 61 0 0.25 0.70 0.21 38.3 0.57 0.52
Hex CA 97 3D 0 19 46 15 26 39 34
Octal 312 227 75 0 31 106 25 46 71 64
Binary 11001010 10010111 111101 0 11001 1000110 10101 100110 111001 110100

Color Harmonies of #CA973D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA973D

Black with #CA973D

Text Example


Text Example

White with #CA973D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA973D; }

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

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

background-color css

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

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

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

border-color css

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

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

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