Html Css Color HEX #CA9843 Anzac

📋 copy color: '#CA9843'

red 202 ◦ green 152 ◦ blue 67

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

Shades of Anzac #CA9843

Tints of Anzac #CA9843

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.1%

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

R = 47.98%
G = 36.1%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA9843 (or 0xCA9843) is known color: Anzac. HEX triplet: CA, 98 and 43. RGB value is (202,152,67). Sum of RGB (Red+Green+Blue) = 202+152+67=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9843 is #3567BC. Grayscale: #9D9D9D. Windows color (decimal): -3499965 or 4430026. OLE color: 4430026.

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

Color convert

RGB 202 152 67 -
CMYK 0 0.25 0.67 0.21
HSL 37.78º 0.56% 0.53% -
HSV(B) 37.78º 0.67% 0.79% -
XYZ 36.6 35.42 10.22 -
YUV 157.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 202 152 67 0 0.25 0.67 0.21 37.78 0.56 0.53
Hex CA 98 43 0 19 43 15 26 38 35
Octal 312 230 103 0 31 103 25 46 70 65
Binary 11001010 10011000 1000011 0 11001 1000011 10101 100110 111000 110101

Color Harmonies of #CA9843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9843

Black with #CA9843

Text Example


Text Example

White with #CA9843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9843; }

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

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

background-color css

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

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

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

border-color css

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

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

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