Html Css Color HEX #CA983C Anzac

📋 copy color: '#CA983C'

red 202 ◦ green 152 ◦ blue 60

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

Shades of Anzac #CA983C

Tints of Anzac #CA983C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 48.79%
G = 36.71%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA983C (or 0xCA983C) is known color: Anzac. HEX triplet: CA, 98 and 3C. RGB value is (202,152,60). Sum of RGB (Red+Green+Blue) = 202+152+60=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA983C is #3567C3. Grayscale: #9C9C9C. Windows color (decimal): -3499972 or 3971274. OLE color: 3971274.

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

Color convert

RGB 202 152 60 -
CMYK 0 0.25 0.70 0.21
HSL 38.87º 0.57% 0.51% -
HSV(B) 38.87º 0.7% 0.79% -
XYZ 36.4 35.34 9.18 -
YUV 156.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 202 152 60 0 0.25 0.70 0.21 38.87 0.57 0.51
Hex CA 98 3C 0 19 46 15 27 39 33
Octal 312 230 74 0 31 106 25 47 71 63
Binary 11001010 10011000 111100 0 11001 1000110 10101 100111 111001 110011

Color Harmonies of #CA983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA983C

Black with #CA983C

Text Example


Text Example

White with #CA983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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