Html Css Color HEX #CA8E48 Anzac

📋 copy color: '#CA8E48'

red 202 ◦ green 142 ◦ blue 72

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

Shades of Anzac #CA8E48

Tints of Anzac #CA8E48

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 72 (28.52% from 255) = 17.31%

R = 48.56%
G = 34.13%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA8E48 (or 0xCA8E48) is known color: Anzac. HEX triplet: CA, 8E and 48. RGB value is (202,142,72). Sum of RGB (Red+Green+Blue) = 202+142+72=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8E48 is #3571B7. Grayscale: #989898. Windows color (decimal): -3502520 or 4755146. OLE color: 4755146.

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

Color convert

RGB 202 142 72 -
CMYK 0 0.30 0.64 0.21
HSL 32.31º 0.55% 0.54% -
HSV(B) 32.31º 0.64% 0.79% -
XYZ 35.2 32.37 10.52 -
YUV 151.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 202 142 72 0 0.30 0.64 0.21 32.31 0.55 0.54
Hex CA 8E 48 0 1E 40 15 20 37 36
Octal 312 216 110 0 36 100 25 40 67 66
Binary 11001010 10001110 1001000 0 11110 1000000 10101 100000 110111 110110

Color Harmonies of #CA8E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E48

Black with #CA8E48

Text Example


Text Example

White with #CA8E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E48; }

 p { color: rgb(202,142,72); }

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

background-color css

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

 a { background-color: rgb(202,142,72); }

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

border-color css

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

 span { border-color: rgb(202,142,72); }

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