Html Css Color HEX #CA993B Anzac

📋 copy color: '#CA993B'

red 202 ◦ green 153 ◦ blue 59

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

Shades of Anzac #CA993B

Tints of Anzac #CA993B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

 BLUE value IS 59 (23.44% from 255) = 14.25%

R = 48.79%
G = 36.96%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA993B (or 0xCA993B) is known color: Anzac. HEX triplet: CA, 99 and 3B. RGB value is (202,153,59). Sum of RGB (Red+Green+Blue) = 202+153+59=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA993B is #3566C4. Grayscale: #9D9D9D. Windows color (decimal): -3499717 or 3905994. OLE color: 3905994.

HSL color Cylindrical-coordinate representation of color #CA993B: hue angle of 39.44º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA993B is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 59 -
CMYK 0 0.24 0.71 0.21
HSL 39.44º 0.57% 0.51% -
HSV(B) 39.44º 0.71% 0.79% -
XYZ 36.54 35.65 9.09 -
YUV 156.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 202 153 59 0 0.24 0.71 0.21 39.44 0.57 0.51
Hex CA 99 3B 0 18 47 15 27 39 33
Octal 312 231 73 0 30 107 25 47 71 63
Binary 11001010 10011001 111011 0 11000 1000111 10101 100111 111001 110011

Color Harmonies of #CA993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA993B

Black with #CA993B

Text Example


Text Example

White with #CA993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA993B; }

 p { color: rgb(202,153,59); }

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

background-color css

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

 a { background-color: rgb(202,153,59); }

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

border-color css

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

 span { border-color: rgb(202,153,59); }

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