Html Css Color HEX #CA9B45 Anzac

📋 copy color: '#CA9B45'

red 202 ◦ green 155 ◦ blue 69

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

Shades of Anzac #CA9B45

Tints of Anzac #CA9B45

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 47.42%
G = 36.38%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA9B45 (or 0xCA9B45) is known color: Anzac. HEX triplet: CA, 9B and 45. RGB value is (202,155,69). Sum of RGB (Red+Green+Blue) = 202+155+69=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B45 is #3564BA. Grayscale: #9F9F9F. Windows color (decimal): -3499195 or 4561866. OLE color: 4561866.

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

Color convert

RGB 202 155 69 -
CMYK 0 0.23 0.66 0.21
HSL 38.8º 0.56% 0.53% -
HSV(B) 38.8º 0.66% 0.79% -
XYZ 37.15 36.43 10.7 -
YUV 159.25 77.07 158.49 -
System Red Green Blue C M Y K H S L
Decimal 202 155 69 0 0.23 0.66 0.21 38.8 0.56 0.53
Hex CA 9B 45 0 17 42 15 27 38 35
Octal 312 233 105 0 27 102 25 47 70 65
Binary 11001010 10011011 1000101 0 10111 1000010 10101 100111 111000 110101

Color Harmonies of #CA9B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B45

Black with #CA9B45

Text Example


Text Example

White with #CA9B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B45; }

 p { color: rgb(202,155,69); }

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

background-color css

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

 a { background-color: rgb(202,155,69); }

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

border-color css

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

 span { border-color: rgb(202,155,69); }

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