Html Css Color HEX #CA913D Anzac

📋 copy color: '#CA913D'

red 202 ◦ green 145 ◦ blue 61

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

Shades of Anzac #CA913D

Tints of Anzac #CA913D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.54%

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

R = 49.51%
G = 35.54%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA913D (or 0xCA913D) is known color: Anzac. HEX triplet: CA, 91 and 3D. RGB value is (202,145,61). Sum of RGB (Red+Green+Blue) = 202+145+61=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 61 (24.22% from 255 or 14.95% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA913D is #356EC2. Grayscale: #989898. Windows color (decimal): -3501763 or 4035018. OLE color: 4035018.

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

Color convert

RGB 202 145 61 -
CMYK 0 0.28 0.70 0.21
HSL 35.74º 0.57% 0.52% -
HSV(B) 35.74º 0.7% 0.79% -
XYZ 35.32 33.14 8.95 -
YUV 152.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 202 145 61 0 0.28 0.70 0.21 35.74 0.57 0.52
Hex CA 91 3D 0 1C 46 15 24 39 34
Octal 312 221 75 0 34 106 25 44 71 64
Binary 11001010 10010001 111101 0 11100 1000110 10101 100100 111001 110100

Color Harmonies of #CA913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA913D

Black with #CA913D

Text Example


Text Example

White with #CA913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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