Html Css Color HEX #CA9641 Anzac

📋 copy color: '#CA9641'

red 202 ◦ green 150 ◦ blue 65

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

Shades of Anzac #CA9641

Tints of Anzac #CA9641

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.97%

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

R = 48.44%
G = 35.97%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA9641 (or 0xCA9641) is known color: Anzac. HEX triplet: CA, 96 and 41. RGB value is (202,150,65). Sum of RGB (Red+Green+Blue) = 202+150+65=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9641 is #3569BE. Grayscale: #9C9C9C. Windows color (decimal): -3500479 or 4298442. OLE color: 4298442.

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

Color convert

RGB 202 150 65 -
CMYK 0 0.26 0.68 0.21
HSL 37.23º 0.56% 0.52% -
HSV(B) 37.23º 0.68% 0.79% -
XYZ 36.22 34.75 9.8 -
YUV 155.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 202 150 65 0 0.26 0.68 0.21 37.23 0.56 0.52
Hex CA 96 41 0 1A 44 15 25 38 34
Octal 312 226 101 0 32 104 25 45 70 64
Binary 11001010 10010110 1000001 0 11010 1000100 10101 100101 111000 110100

Color Harmonies of #CA9641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9641

Black with #CA9641

Text Example


Text Example

White with #CA9641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9641; }

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

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

background-color css

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

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

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

border-color css

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

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

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