Html Css Color HEX #CA9841 Anzac

📋 copy color: '#CA9841'

red 202 ◦ green 152 ◦ blue 65

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

Shades of Anzac #CA9841

Tints of Anzac #CA9841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.51%

R = 48.21%
G = 36.28%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9841 (or 0xCA9841) is known color: Anzac. HEX triplet: CA, 98 and 41. RGB value is (202,152,65). Sum of RGB (Red+Green+Blue) = 202+152+65=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 65 (25.78% from 255 or 15.51% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9841 is #3567BE. Grayscale: #9D9D9D. Windows color (decimal): -3499967 or 4298954. OLE color: 4298954.

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

Color convert

RGB 202 152 65 -
CMYK 0 0.25 0.68 0.21
HSL 38.1º 0.56% 0.52% -
HSV(B) 38.1º 0.68% 0.79% -
XYZ 36.54 35.39 9.91 -
YUV 157.03 76.07 160.07 -
System Red Green Blue C M Y K H S L
Decimal 202 152 65 0 0.25 0.68 0.21 38.1 0.56 0.52
Hex CA 98 41 0 19 44 15 26 38 34
Octal 312 230 101 0 31 104 25 46 70 64
Binary 11001010 10011000 1000001 0 11001 1000100 10101 100110 111000 110100

Color Harmonies of #CA9841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9841

Black with #CA9841

Text Example


Text Example

White with #CA9841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9841; }

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

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

background-color css

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

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

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

border-color css

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

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

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