Html Css Color HEX #CA8C43 Anzac

📋 copy color: '#CA8C43'

red 202 ◦ green 140 ◦ blue 67

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

Shades of Anzac #CA8C43

Tints of Anzac #CA8C43

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

 BLUE value IS 67 (26.56% from 255) = 16.38%

R = 49.39%
G = 34.23%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA8C43 (or 0xCA8C43) is known color: Anzac. HEX triplet: CA, 8C and 43. RGB value is (202,140,67). Sum of RGB (Red+Green+Blue) = 202+140+67=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 67 (26.56% from 255 or 16.38% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8C43 is #3573BC. Grayscale: #969696. Windows color (decimal): -3503037 or 4426954. OLE color: 4426954.

HSL color Cylindrical-coordinate representation of color #CA8C43: hue angle of 32.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA8C43 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 140 67 -
CMYK 0 0.31 0.67 0.21
HSL 32.44º 0.56% 0.53% -
HSV(B) 32.44º 0.67% 0.79% -
XYZ 34.75 31.72 9.6 -
YUV 150.22 81.04 164.94 -
System Red Green Blue C M Y K H S L
Decimal 202 140 67 0 0.31 0.67 0.21 32.44 0.56 0.53
Hex CA 8C 43 0 1F 43 15 20 38 35
Octal 312 214 103 0 37 103 25 40 70 65
Binary 11001010 10001100 1000011 0 11111 1000011 10101 100000 111000 110101

Color Harmonies of #CA8C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C43

Black with #CA8C43

Text Example


Text Example

White with #CA8C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C43; }

 p { color: rgb(202,140,67); }

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

background-color css

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

 a { background-color: rgb(202,140,67); }

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

border-color css

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

 span { border-color: rgb(202,140,67); }

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