Html Css Color HEX #CA8D3B Anzac

📋 copy color: '#CA8D3B'

red 202 ◦ green 141 ◦ blue 59

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

Shades of Anzac #CA8D3B

Tints of Anzac #CA8D3B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 50.25%
G = 35.07%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA8D3B (or 0xCA8D3B) is known color: Anzac. HEX triplet: CA, 8D and 3B. RGB value is (202,141,59). Sum of RGB (Red+Green+Blue) = 202+141+59=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8D3B is #3572C4. Grayscale: #969696. Windows color (decimal): -3502789 or 3902922. OLE color: 3902922.

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

Color convert

RGB 202 141 59 -
CMYK 0 0.30 0.71 0.21
HSL 34.41º 0.57% 0.51% -
HSV(B) 34.41º 0.71% 0.79% -
XYZ 34.67 31.92 8.47 -
YUV 149.89 76.71 165.17 -
System Red Green Blue C M Y K H S L
Decimal 202 141 59 0 0.30 0.71 0.21 34.41 0.57 0.51
Hex CA 8D 3B 0 1E 47 15 22 39 33
Octal 312 215 73 0 36 107 25 42 71 63
Binary 11001010 10001101 111011 0 11110 1000111 10101 100010 111001 110011

Color Harmonies of #CA8D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D3B

Black with #CA8D3B

Text Example


Text Example

White with #CA8D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D3B; }

 p { color: rgb(202,141,59); }

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

background-color css

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

 a { background-color: rgb(202,141,59); }

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

border-color css

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

 span { border-color: rgb(202,141,59); }

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