Html Css Color HEX #CA9A41 Anzac

📋 copy color: '#CA9A41'

red 202 ◦ green 154 ◦ blue 65

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

Shades of Anzac #CA9A41

Tints of Anzac #CA9A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

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

R = 47.98%
G = 36.58%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9A41 (or 0xCA9A41) is known color: Anzac. HEX triplet: CA, 9A and 41. RGB value is (202,154,65). Sum of RGB (Red+Green+Blue) = 202+154+65=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9A41 is #3565BE. Grayscale: #9E9E9E. Windows color (decimal): -3499455 or 4299466. OLE color: 4299466.

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

Color convert

RGB 202 154 65 -
CMYK 0 0.24 0.68 0.21
HSL 38.98º 0.56% 0.52% -
HSV(B) 38.98º 0.68% 0.79% -
XYZ 36.87 36.05 10.02 -
YUV 158.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 202 154 65 0 0.24 0.68 0.21 38.98 0.56 0.52
Hex CA 9A 41 0 18 44 15 27 38 34
Octal 312 232 101 0 30 104 25 47 70 64
Binary 11001010 10011010 1000001 0 11000 1000100 10101 100111 111000 110100

Color Harmonies of #CA9A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9A41

Black with #CA9A41

Text Example


Text Example

White with #CA9A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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