Html Css Color HEX #CA933B Anzac

📋 copy color: '#CA933B'

red 202 ◦ green 147 ◦ blue 59

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

Shades of Anzac #CA933B

Tints of Anzac #CA933B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 49.51%
G = 36.03%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA933B (or 0xCA933B) is known color: Anzac. HEX triplet: CA, 93 and 3B. RGB value is (202,147,59). Sum of RGB (Red+Green+Blue) = 202+147+59=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA933B is #356CC4. Grayscale: #999999. Windows color (decimal): -3501253 or 3904458. OLE color: 3904458.

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

Color convert

RGB 202 147 59 -
CMYK 0 0.27 0.71 0.21
HSL 36.92º 0.57% 0.51% -
HSV(B) 36.92º 0.71% 0.79% -
XYZ 35.58 33.74 8.77 -
YUV 153.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 202 147 59 0 0.27 0.71 0.21 36.92 0.57 0.51
Hex CA 93 3B 0 1B 47 15 25 39 33
Octal 312 223 73 0 33 107 25 45 71 63
Binary 11001010 10010011 111011 0 11011 1000111 10101 100101 111001 110011

Color Harmonies of #CA933B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA933B

Black with #CA933B

Text Example


Text Example

White with #CA933B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA933B; }

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

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

background-color css

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

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

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

border-color css

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

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

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