Html Css Color HEX #CA983E Anzac

📋 copy color: '#CA983E'

red 202 ◦ green 152 ◦ blue 62

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

Shades of Anzac #CA983E

Tints of Anzac #CA983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.9%

R = 48.56%
G = 36.54%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA983E (or 0xCA983E) is known color: Anzac. HEX triplet: CA, 98 and 3E. RGB value is (202,152,62). Sum of RGB (Red+Green+Blue) = 202+152+62=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA983E is #3567C1. Grayscale: #9D9D9D. Windows color (decimal): -3499970 or 4102346. OLE color: 4102346.

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

Color convert

RGB 202 152 62 -
CMYK 0 0.25 0.69 0.21
HSL 38.57º 0.57% 0.52% -
HSV(B) 38.57º 0.69% 0.79% -
XYZ 36.45 35.36 9.46 -
YUV 156.69 74.57 160.32 -
System Red Green Blue C M Y K H S L
Decimal 202 152 62 0 0.25 0.69 0.21 38.57 0.57 0.52
Hex CA 98 3E 0 19 45 15 27 39 34
Octal 312 230 76 0 31 105 25 47 71 64
Binary 11001010 10011000 111110 0 11001 1000101 10101 100111 111001 110100

Color Harmonies of #CA983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA983E

Black with #CA983E

Text Example


Text Example

White with #CA983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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