Html Css Color HEX #CA983A Anzac

📋 copy color: '#CA983A'

red 202 ◦ green 152 ◦ blue 58

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

Shades of Anzac #CA983A

Tints of Anzac #CA983A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.89%

 BLUE value IS 58 (23.05% from 255) = 14.08%

R = 49.03%
G = 36.89%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA983A (or 0xCA983A) is known color: Anzac. HEX triplet: CA, 98 and 3A. RGB value is (202,152,58). Sum of RGB (Red+Green+Blue) = 202+152+58=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 152 (59.77% from 255 or 36.89% from 412); Blue value is 58 (23.05% from 255 or 14.08% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA983A is #3567C5. Grayscale: #9C9C9C. Windows color (decimal): -3499974 or 3840202. OLE color: 3840202.

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

Color convert

RGB 202 152 58 -
CMYK 0 0.25 0.71 0.21
HSL 39.17º 0.58% 0.51% -
HSV(B) 39.17º 0.71% 0.79% -
XYZ 36.35 35.32 8.9 -
YUV 156.23 72.57 160.64 -
System Red Green Blue C M Y K H S L
Decimal 202 152 58 0 0.25 0.71 0.21 39.17 0.58 0.51
Hex CA 98 3A 0 19 47 15 27 3A 33
Octal 312 230 72 0 31 107 25 47 72 63
Binary 11001010 10011000 111010 0 11001 1000111 10101 100111 111010 110011

Color Harmonies of #CA983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA983A

Black with #CA983A

Text Example


Text Example

White with #CA983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA983A; }

 p { color: rgb(202,152,58); }

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

background-color css

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

 a { background-color: rgb(202,152,58); }

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

border-color css

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

 span { border-color: rgb(202,152,58); }

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