Html Css Color HEX #CA8F3E Anzac

📋 copy color: '#CA8F3E'

red 202 ◦ green 143 ◦ blue 62

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

Shades of Anzac #CA8F3E

Tints of Anzac #CA8F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 49.63%
G = 35.14%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA8F3E (or 0xCA8F3E) is known color: Anzac. HEX triplet: CA, 8F and 3E. RGB value is (202,143,62). Sum of RGB (Red+Green+Blue) = 202+143+62=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8F3E is #3570C1. Grayscale: #979797. Windows color (decimal): -3502274 or 4100042. OLE color: 4100042.

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

Color convert

RGB 202 143 62 -
CMYK 0 0.29 0.69 0.21
HSL 34.71º 0.57% 0.52% -
HSV(B) 34.71º 0.69% 0.79% -
XYZ 35.05 32.55 8.99 -
YUV 151.41 77.55 164.09 -
System Red Green Blue C M Y K H S L
Decimal 202 143 62 0 0.29 0.69 0.21 34.71 0.57 0.52
Hex CA 8F 3E 0 1D 45 15 23 39 34
Octal 312 217 76 0 35 105 25 43 71 64
Binary 11001010 10001111 111110 0 11101 1000101 10101 100011 111001 110100

Color Harmonies of #CA8F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8F3E

Black with #CA8F3E

Text Example


Text Example

White with #CA8F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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